#f93cb7

Color #F93CB7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F93CB7

Tints of Razzle Dazzle Rose #F93CB7

Color information

#F93CB7 (or 0xF93CB7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3C and B7. RGB value is (249,60,183). Sum of RGB (Red+Green+Blue) = 249+60+183=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CB7 is #06C348. Grayscale: #828282. Windows color (decimal): -443209 or 12008697. OLE color: 12008697.

HSL color Cylindrical-coordinate representation of color #F93CB7: hue angle of 320.95º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93CB7 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB24960183-
CMYK00.760.270.02
HSL320.95º94.03%60.59%-
HSV(B)320.95º75.9%97.65%-
XYZ49.2326.7947.38-
YUV130.53157.62212.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 50.61%
GREEN value IS 60 (23.83% from 255) = 12.20%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=50.61%
G=12.20%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496018300.760.270.02320.9594.0360.59
HexF93CB704C1B21415e3d
Octal37174267011433250113675
Binary11111001111100101101110100110011011101010000011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f93cb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f93cb7; }

 p { color: rgb(249,60,183); }

 H1.HeaderClassName
 {
   color: #f93cb7;
 }
 .AnyTagClassName
 {
   color: #f93cb7;
 }
</style>
background-color css

<style>
 a { background-color: #f93cb7; }

 a { background-color: rgb(249,60,183); }

 div.DivClassName
 {
   background-color: #f93cb7;
 }
 .BgClassName
 {
   background-color: #f93cb7;
 }
</style>
border-color css

<style>
 span { border-color: #f93cb7; }

 span { border-color: rgb(249,60,183); }

 td.TdClassName
 {
   border-color: #f93cb7;
 }
 .TagClassName
 {
   border-color: #f93cb7;
 }
</style>