Html Css Color HEX #FC2EC9 Razzle Dazzle Rose

📋 copy color: '#FC2EC9'

red 252 ◦ green 46 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FC2EC9

Tints of Razzle Dazzle Rose #FC2EC9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.22%

 BLUE value IS 201 (78.91% from 255) = 40.28%

R = 50.5%
G = 9.22%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC2EC9 (or 0xFC2EC9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2E and C9. RGB value is (252,46,201). Sum of RGB (Red+Green+Blue) = 252+46+201=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2EC9 is #03D136. Grayscale: #7C7C7C. Windows color (decimal): -250167 or 13184764. OLE color: 13184764.

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

Color convert

RGB 252 46 201 -
CMYK 0 0.82 0.20 0.01
HSL 314.85º 0.97% 0.58% -
HSV(B) 314.85º 0.82% 0.99% -
XYZ 51.66 26.87 57.72 -
YUV 125.26 170.75 218.4 -
System Red Green Blue C M Y K H S L
Decimal 252 46 201 0 0.82 0.20 0.01 314.85 0.97 0.58
Hex FC 2E C9 0 52 14 1 13B 61 3A
Octal 374 56 311 0 122 24 1 473 141 72
Binary 11111100 101110 11001001 0 1010010 10100 1 100111011 1100001 111010

Color Harmonies of #FC2EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2EC9

Black with #FC2EC9

Text Example


Text Example

White with #FC2EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2EC9; }

 p { color: rgb(252,46,201); }

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

background-color css

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

 a { background-color: rgb(252,46,201); }

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

border-color css

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

 span { border-color: rgb(252,46,201); }

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