Html Css Color HEX #FB4FCC Razzle Dazzle Rose

📋 copy color: '#FB4FCC'

red 251 ◦ green 79 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FB4FCC

Tints of Razzle Dazzle Rose #FB4FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.79%

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

R = 47%
G = 14.79%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB4FCC (or 0xFB4FCC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4F and CC. RGB value is (251,79,204). Sum of RGB (Red+Green+Blue) = 251+79+204=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 79 (31.25% from 255 or 14.79% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4FCC is #04B033. Grayscale: #909090. Windows color (decimal): -307252 or 13389819. OLE color: 13389819.

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

Color convert

RGB 251 79 204 -
CMYK 0 0.69 0.19 0.02
HSL 316.4º 0.96% 0.65% -
HSV(B) 316.4º 0.69% 0.98% -
XYZ 53.48 30.46 60.19 -
YUV 144.68 161.48 203.84 -
System Red Green Blue C M Y K H S L
Decimal 251 79 204 0 0.69 0.19 0.02 316.4 0.96 0.65
Hex FB 4F CC 0 45 13 2 13C 60 41
Octal 373 117 314 0 105 23 2 474 140 101
Binary 11111011 1001111 11001100 0 1000101 10011 10 100111100 1100000 1000001

Color Harmonies of #FB4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4FCC

Black with #FB4FCC

Text Example


Text Example

White with #FB4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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