Html Css Color HEX #FC3CC0 Razzle Dazzle Rose

📋 copy color: '#FC3CC0'

red 252 ◦ green 60 ◦ blue 192

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

Shades of Razzle Dazzle Rose #FC3CC0

Tints of Razzle Dazzle Rose #FC3CC0

RGB

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

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

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

R = 50%
G = 11.9%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC3CC0 (or 0xFC3CC0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3C and C0. RGB value is (252,60,192). Sum of RGB (Red+Green+Blue) = 252+60+192=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3CC0 is #03C33F. Grayscale: #848484. Windows color (decimal): -246592 or 12598524. OLE color: 12598524.

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

Color convert

RGB 252 60 192 -
CMYK 0 0.76 0.24 0.01
HSL 318.75º 0.97% 0.61% -
HSV(B) 318.75º 0.76% 0.99% -
XYZ 51.28 27.73 52.52 -
YUV 132.46 161.61 213.27 -
System Red Green Blue C M Y K H S L
Decimal 252 60 192 0 0.76 0.24 0.01 318.75 0.97 0.61
Hex FC 3C C0 0 4C 18 1 13F 61 3D
Octal 374 74 300 0 114 30 1 477 141 75
Binary 11111100 111100 11000000 0 1001100 11000 1 100111111 1100001 111101

Color Harmonies of #FC3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3CC0

Black with #FC3CC0

Text Example


Text Example

White with #FC3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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