Html Css Color HEX #FC2EDB Razzle Dazzle Rose

📋 copy color: '#FC2EDB'

red 252 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC2EDB

Tints of Razzle Dazzle Rose #FC2EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 48.74%
G = 8.9%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC2EDB (or 0xFC2EDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2E and DB. RGB value is (252,46,219). Sum of RGB (Red+Green+Blue) = 252+46+219=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 46 (18.36% from 255 or 8.90% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2EDB is #03D124. Grayscale: #7E7E7E. Windows color (decimal): -250149 or 14364412. OLE color: 14364412.

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

Color convert

RGB 252 46 219 -
CMYK 0 0.82 0.13 0.01
HSL 309.61º 0.97% 0.58% -
HSV(B) 309.61º 0.82% 0.99% -
XYZ 53.91 27.76 69.54 -
YUV 127.32 179.75 216.93 -
System Red Green Blue C M Y K H S L
Decimal 252 46 219 0 0.82 0.13 0.01 309.61 0.97 0.58
Hex FC 2E DB 0 52 D 1 136 61 3A
Octal 374 56 333 0 122 15 1 466 141 72
Binary 11111100 101110 11011011 0 1010010 1101 1 100110110 1100001 111010

Color Harmonies of #FC2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2EDB

Black with #FC2EDB

Text Example


Text Example

White with #FC2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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