Html Css Color HEX #F021CB Razzle Dazzle Rose

📋 copy color: '#F021CB'

red 240 ◦ green 33 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F021CB

Tints of Razzle Dazzle Rose #F021CB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.93%

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 50.42%
G = 6.93%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F021CB (or 0xF021CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 21 and CB. RGB value is (240,33,203). Sum of RGB (Red+Green+Blue) = 240+33+203=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F021CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021CB is #0FDE34. Grayscale: #717171. Windows color (decimal): -1039925 or 13312496. OLE color: 13312496.

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

Color convert

RGB 240 33 203 -
CMYK 0 0.86 0.15 0.06
HSL 310.72º 0.87% 0.54% -
HSV(B) 310.72º 0.86% 0.94% -
XYZ 47.26 23.92 58.63 -
YUV 114.27 178.08 217.68 -
System Red Green Blue C M Y K H S L
Decimal 240 33 203 0 0.86 0.15 0.06 310.72 0.87 0.54
Hex F0 21 CB 0 56 F 6 137 57 36
Octal 360 41 313 0 126 17 6 467 127 66
Binary 11110000 100001 11001011 0 1010110 1111 110 100110111 1010111 110110

Color Harmonies of #F021CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021CB

Black with #F021CB

Text Example


Text Example

White with #F021CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021CB; }

 p { color: rgb(240,33,203); }

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

background-color css

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

 a { background-color: rgb(240,33,203); }

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

border-color css

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

 span { border-color: rgb(240,33,203); }

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