Html Css Color HEX #FC3AD2 Razzle Dazzle Rose

📋 copy color: '#FC3AD2'

red 252 ◦ green 58 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FC3AD2

Tints of Razzle Dazzle Rose #FC3AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.38%

R = 48.46%
G = 11.15%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC3AD2 (or 0xFC3AD2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3A and D2. RGB value is (252,58,210). Sum of RGB (Red+Green+Blue) = 252+58+210=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 58 (23.05% from 255 or 11.15% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3AD2 is #03C52D. Grayscale: #848484. Windows color (decimal): -247086 or 13777660. OLE color: 13777660.

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

Color convert

RGB 252 58 210 -
CMYK 0 0.77 0.17 0.01
HSL 312.99º 0.97% 0.61% -
HSV(B) 312.99º 0.77% 0.99% -
XYZ 53.29 28.37 63.64 -
YUV 133.33 171.27 212.64 -
System Red Green Blue C M Y K H S L
Decimal 252 58 210 0 0.77 0.17 0.01 312.99 0.97 0.61
Hex FC 3A D2 0 4D 11 1 139 61 3D
Octal 374 72 322 0 115 21 1 471 141 75
Binary 11111100 111010 11010010 0 1001101 10001 1 100111001 1100001 111101

Color Harmonies of #FC3AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3AD2

Black with #FC3AD2

Text Example


Text Example

White with #FC3AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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