Html Css Color HEX #FB20CC Razzle Dazzle Rose

📋 copy color: '#FB20CC'

red 251 ◦ green 32 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FB20CC

Tints of Razzle Dazzle Rose #FB20CC

RGB

 RED value IS 251 (98.44% from 255) = 51.54%

 GREEN value IS 32 (12.89% from 255) = 6.57%

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

R = 51.54%
G = 6.57%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB20CC (or 0xFB20CC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 20 and CC. RGB value is (251,32,204). Sum of RGB (Red+Green+Blue) = 251+32+204=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20CC is #04DF33. Grayscale: #747474. Windows color (decimal): -319284 or 13377787. OLE color: 13377787.

HSL color Cylindrical-coordinate representation of color #FB20CC: hue angle of 312.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB20CC is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 32 204 -
CMYK 0 0.87 0.19 0.02
HSL 312.88º 0.96% 0.55% -
HSV(B) 312.88º 0.87% 0.98% -
XYZ 51.2 25.9 59.43 -
YUV 117.09 177.05 223.51 -
System Red Green Blue C M Y K H S L
Decimal 251 32 204 0 0.87 0.19 0.02 312.88 0.96 0.55
Hex FB 20 CC 0 57 13 2 139 60 37
Octal 373 40 314 0 127 23 2 471 140 67
Binary 11111011 100000 11001100 0 1010111 10011 10 100111001 1100000 110111

Color Harmonies of #FB20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB20CC

Black with #FB20CC

Text Example


Text Example

White with #FB20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB20CC; }

 p { color: rgb(251,32,204); }

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

background-color css

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

 a { background-color: rgb(251,32,204); }

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

border-color css

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

 span { border-color: rgb(251,32,204); }

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