Html Css Color HEX #FC4CC0 Razzle Dazzle Rose

📋 copy color: '#FC4CC0'

red 252 ◦ green 76 ◦ blue 192

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

Shades of Razzle Dazzle Rose #FC4CC0

Tints of Razzle Dazzle Rose #FC4CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 48.46%
G = 14.62%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC4CC0 (or 0xFC4CC0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4C and C0. RGB value is (252,76,192). Sum of RGB (Red+Green+Blue) = 252+76+192=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4CC0 is #03B33F. Grayscale: #8D8D8D. Windows color (decimal): -242496 or 12602620. OLE color: 12602620.

HSL color Cylindrical-coordinate representation of color #FC4CC0: hue angle of 320.45º 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 #FC4CC0 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 76 192 -
CMYK 0 0.70 0.24 0.01
HSL 320.45º 0.97% 0.64% -
HSV(B) 320.45º 0.7% 0.99% -
XYZ 52.24 29.67 52.84 -
YUV 141.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 252 76 192 0 0.70 0.24 0.01 320.45 0.97 0.64
Hex FC 4C C0 0 46 18 1 140 61 40
Octal 374 114 300 0 106 30 1 500 141 100
Binary 11111100 1001100 11000000 0 1000110 11000 1 101000000 1100001 1000000

Color Harmonies of #FC4CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CC0

Black with #FC4CC0

Text Example


Text Example

White with #FC4CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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