Html Css Color HEX #FC3ACC Razzle Dazzle Rose

📋 copy color: '#FC3ACC'

red 252 ◦ green 58 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FC3ACC

Tints of Razzle Dazzle Rose #FC3ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.28%

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 49.03%
G = 11.28%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC3ACC (or 0xFC3ACC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3A and CC. RGB value is (252,58,204). Sum of RGB (Red+Green+Blue) = 252+58+204=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3ACC is #03C533. Grayscale: #848484. Windows color (decimal): -247092 or 13384444. OLE color: 13384444.

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

Color convert

RGB 252 58 204 -
CMYK 0 0.77 0.19 0.01
HSL 314.85º 0.97% 0.61% -
HSV(B) 314.85º 0.77% 0.99% -
XYZ 52.56 28.08 59.78 -
YUV 132.65 168.27 213.13 -
System Red Green Blue C M Y K H S L
Decimal 252 58 204 0 0.77 0.19 0.01 314.85 0.97 0.61
Hex FC 3A CC 0 4D 13 1 13B 61 3D
Octal 374 72 314 0 115 23 1 473 141 75
Binary 11111100 111010 11001100 0 1001101 10011 1 100111011 1100001 111101

Color Harmonies of #FC3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3ACC

Black with #FC3ACC

Text Example


Text Example

White with #FC3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3ACC; }

 p { color: rgb(252,58,204); }

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

background-color css

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

 a { background-color: rgb(252,58,204); }

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

border-color css

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

 span { border-color: rgb(252,58,204); }

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