Html Css Color HEX #FC3CCB Razzle Dazzle Rose

📋 copy color: '#FC3CCB'

red 252 ◦ green 60 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FC3CCB

Tints of Razzle Dazzle Rose #FC3CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.65%

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

R = 48.93%
G = 11.65%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC3CCB (or 0xFC3CCB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3C and CB. RGB value is (252,60,203). Sum of RGB (Red+Green+Blue) = 252+60+203=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 60 (23.83% from 255 or 11.65% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3CCB is #03C334. Grayscale: #858585. Windows color (decimal): -246581 or 13319420. OLE color: 13319420.

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

Color convert

RGB 252 60 203 -
CMYK 0 0.76 0.19 0.01
HSL 315.31º 0.97% 0.61% -
HSV(B) 315.31º 0.76% 0.99% -
XYZ 52.54 28.24 59.18 -
YUV 133.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 252 60 203 0 0.76 0.19 0.01 315.31 0.97 0.61
Hex FC 3C CB 0 4C 13 1 13B 61 3D
Octal 374 74 313 0 114 23 1 473 141 75
Binary 11111100 111100 11001011 0 1001100 10011 1 100111011 1100001 111101

Color Harmonies of #FC3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3CCB

Black with #FC3CCB

Text Example


Text Example

White with #FC3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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