Html Css Color HEX #FC3FDD Razzle Dazzle Rose

📋 copy color: '#FC3FDD'

red 252 ◦ green 63 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FC3FDD

Tints of Razzle Dazzle Rose #FC3FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 11.75%

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 47.01%
G = 11.75%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC3FDD (or 0xFC3FDD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3F and DD. RGB value is (252,63,221). Sum of RGB (Red+Green+Blue) = 252+63+221=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 63 (25% from 255 or 11.75% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3FDD is #03C022. Grayscale: #898989. Windows color (decimal): -245795 or 14499836. OLE color: 14499836.

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

Color convert

RGB 252 63 221 -
CMYK 0 0.75 0.12 0.01
HSL 309.84º 0.97% 0.62% -
HSV(B) 309.84º 0.75% 0.99% -
XYZ 54.97 29.47 71.2 -
YUV 137.52 175.12 209.65 -
System Red Green Blue C M Y K H S L
Decimal 252 63 221 0 0.75 0.12 0.01 309.84 0.97 0.62
Hex FC 3F DD 0 4B C 1 136 61 3E
Octal 374 77 335 0 113 14 1 466 141 76
Binary 11111100 111111 11011101 0 1001011 1100 1 100110110 1100001 111110

Color Harmonies of #FC3FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3FDD

Black with #FC3FDD

Text Example


Text Example

White with #FC3FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3FDD; }

 p { color: rgb(252,63,221); }

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

background-color css

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

 a { background-color: rgb(252,63,221); }

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

border-color css

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

 span { border-color: rgb(252,63,221); }

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