Html Css Color HEX #FC3CE5 Razzle Dazzle Rose

📋 copy color: '#FC3CE5'

red 252 ◦ green 60 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FC3CE5

Tints of Razzle Dazzle Rose #FC3CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 46.58%
G = 11.09%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC3CE5 (or 0xFC3CE5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3C and E5. RGB value is (252,60,229). Sum of RGB (Red+Green+Blue) = 252+60+229=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 60 (23.83% from 255 or 11.09% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3CE5 is #03C31A. Grayscale: #888888. Windows color (decimal): -246555 or 15023356. OLE color: 15023356.

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

Color convert

RGB 252 60 229 -
CMYK 0 0.76 0.09 0.01
HSL 307.19º 0.97% 0.61% -
HSV(B) 307.19º 0.76% 0.99% -
XYZ 55.9 29.58 76.89 -
YUV 136.67 180.11 210.26 -
System Red Green Blue C M Y K H S L
Decimal 252 60 229 0 0.76 0.09 0.01 307.19 0.97 0.61
Hex FC 3C E5 0 4C 9 1 133 61 3D
Octal 374 74 345 0 114 11 1 463 141 75
Binary 11111100 111100 11100101 0 1001100 1001 1 100110011 1100001 111101

Color Harmonies of #FC3CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3CE5

Black with #FC3CE5

Text Example


Text Example

White with #FC3CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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