Html Css Color HEX #FC4CCB Razzle Dazzle Rose

📋 copy color: '#FC4CCB'

red 252 ◦ green 76 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FC4CCB

Tints of Razzle Dazzle Rose #FC4CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.31%

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

R = 47.46%
G = 14.31%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC4CCB (or 0xFC4CCB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4C and CB. RGB value is (252,76,203). Sum of RGB (Red+Green+Blue) = 252+76+203=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4CCB is #03B334. Grayscale: #8E8E8E. Windows color (decimal): -242485 or 13323516. OLE color: 13323516.

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

Color convert

RGB 252 76 203 -
CMYK 0 0.70 0.19 0.01
HSL 316.7º 0.97% 0.64% -
HSV(B) 316.7º 0.7% 0.99% -
XYZ 53.51 30.18 59.5 -
YUV 143.1 161.81 205.67 -
System Red Green Blue C M Y K H S L
Decimal 252 76 203 0 0.70 0.19 0.01 316.7 0.97 0.64
Hex FC 4C CB 0 46 13 1 13D 61 40
Octal 374 114 313 0 106 23 1 475 141 100
Binary 11111100 1001100 11001011 0 1000110 10011 1 100111101 1100001 1000000

Color Harmonies of #FC4CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CCB

Black with #FC4CCB

Text Example


Text Example

White with #FC4CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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