Html Css Color HEX #F93CCC Razzle Dazzle Rose

📋 copy color: '#F93CCC'

red 249 ◦ green 60 ◦ blue 204

#F93CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F93CCC

Tints of Razzle Dazzle Rose #F93CCC

RGB

 RED value IS 249 (97.66% from 255) = 48.54%

 GREEN value IS 60 (23.83% from 255) = 11.7%

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 48.54%
G = 11.7%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F93CCC (or 0xF93CCC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and CC. RGB value is (249,60,204). Sum of RGB (Red+Green+Blue) = 249+60+204=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CCC is #06C333. Grayscale: #848484. Windows color (decimal): -443188 or 13384953. OLE color: 13384953.

HSL color Cylindrical-coordinate representation of color #F93CCC: hue angle of 314.29º 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 #F93CCC is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 60 204 -
CMYK 0 0.76 0.18 0.02
HSL 314.29º 0.94% 0.61% -
HSV(B) 314.29º 0.76% 0.98% -
XYZ 51.58 27.73 59.76 -
YUV 132.93 168.12 210.79 -
System Red Green Blue C M Y K H S L
Decimal 249 60 204 0 0.76 0.18 0.02 314.29 0.94 0.61
Hex F9 3C CC 0 4C 12 2 13A 5E 3D
Octal 371 74 314 0 114 22 2 472 136 75
Binary 11111001 111100 11001100 0 1001100 10010 10 100111010 1011110 111101

Color Harmonies of #F93CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93CCC

Black with #F93CCC

Text Example


Text Example

White with #F93CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93CCC; }

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

 H1.HeaderClassName
 {
   color: #F93CCC;
 }
 .AnyTagClassName
 {
   color: #F93CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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