Html Css Color HEX #FC50CB Razzle Dazzle Rose

📋 copy color: '#FC50CB'

red 252 ◦ green 80 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FC50CB

Tints of Razzle Dazzle Rose #FC50CB

RGB

 RED value IS 252 (98.83% from 255) = 47.1%

 GREEN value IS 80 (31.64% from 255) = 14.95%

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

R = 47.1%
G = 14.95%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC50CB (or 0xFC50CB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 50 and CB. RGB value is (252,80,203). Sum of RGB (Red+Green+Blue) = 252+80+203=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 80 (31.64% from 255 or 14.95% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50CB is #03AF34. Grayscale: #919191. Windows color (decimal): -241461 or 13324540. OLE color: 13324540.

HSL color Cylindrical-coordinate representation of color #FC50CB: hue angle of 317.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50CB is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 203 -
CMYK 0 0.68 0.19 0.01
HSL 317.09º 0.97% 0.65% -
HSV(B) 317.09º 0.68% 0.99% -
XYZ 53.79 30.74 59.6 -
YUV 145.45 160.48 204 -
System Red Green Blue C M Y K H S L
Decimal 252 80 203 0 0.68 0.19 0.01 317.09 0.97 0.65
Hex FC 50 CB 0 44 13 1 13D 61 41
Octal 374 120 313 0 104 23 1 475 141 101
Binary 11111100 1010000 11001011 0 1000100 10011 1 100111101 1100001 1000001

Color Harmonies of #FC50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50CB

Black with #FC50CB

Text Example


Text Example

White with #FC50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50CB; }

 p { color: rgb(252,80,203); }

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

background-color css

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

 a { background-color: rgb(252,80,203); }

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

border-color css

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

 span { border-color: rgb(252,80,203); }

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