Html Css Color HEX #F03BCC Razzle Dazzle Rose

📋 copy color: '#F03BCC'

red 240 ◦ green 59 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F03BCC

Tints of Razzle Dazzle Rose #F03BCC

RGB

 RED value IS 240 (94.14% from 255) = 47.71%

 GREEN value IS 59 (23.44% from 255) = 11.73%

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

R = 47.71%
G = 11.73%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F03BCC (or 0xF03BCC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3B and CC. RGB value is (240,59,204). Sum of RGB (Red+Green+Blue) = 240+59+204=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03BCC is #0FC433. Grayscale: #818181. Windows color (decimal): -1033268 or 13384688. OLE color: 13384688.

HSL color Cylindrical-coordinate representation of color #F03BCC: hue angle of 311.93º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03BCC is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 59 204 -
CMYK 0 0.75 0.15 0.06
HSL 311.93º 0.86% 0.59% -
HSV(B) 311.93º 0.75% 0.94% -
XYZ 48.4 26.01 59.6 -
YUV 129.65 169.97 206.71 -
System Red Green Blue C M Y K H S L
Decimal 240 59 204 0 0.75 0.15 0.06 311.93 0.86 0.59
Hex F0 3B CC 0 4B F 6 138 56 3B
Octal 360 73 314 0 113 17 6 470 126 73
Binary 11110000 111011 11001100 0 1001011 1111 110 100111000 1010110 111011

Color Harmonies of #F03BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03BCC

Black with #F03BCC

Text Example


Text Example

White with #F03BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03BCC; }

 p { color: rgb(240,59,204); }

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

background-color css

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

 a { background-color: rgb(240,59,204); }

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

border-color css

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

 span { border-color: rgb(240,59,204); }

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