Html Css Color HEX #FC1ED3 Razzle Dazzle Rose

📋 copy color: '#FC1ED3'

red 252 ◦ green 30 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FC1ED3

Tints of Razzle Dazzle Rose #FC1ED3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.09%

 BLUE value IS 211 (82.81% from 255) = 42.8%

R = 51.12%
G = 6.09%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC1ED3 (or 0xFC1ED3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1E and D3. RGB value is (252,30,211). Sum of RGB (Red+Green+Blue) = 252+30+211=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ED3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ED3 is #03E12C. Grayscale: #747474. Windows color (decimal): -254253 or 13836028. OLE color: 13836028.

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

Color convert

RGB 252 30 211 -
CMYK 0 0.88 0.16 0.01
HSL 311.08º 0.97% 0.55% -
HSV(B) 311.08º 0.88% 0.99% -
XYZ 52.37 26.33 63.95 -
YUV 117.01 181.05 224.28 -
System Red Green Blue C M Y K H S L
Decimal 252 30 211 0 0.88 0.16 0.01 311.08 0.97 0.55
Hex FC 1E D3 0 58 10 1 137 61 37
Octal 374 36 323 0 130 20 1 467 141 67
Binary 11111100 11110 11010011 0 1011000 10000 1 100110111 1100001 110111

Color Harmonies of #FC1ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1ED3

Black with #FC1ED3

Text Example


Text Example

White with #FC1ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1ED3; }

 p { color: rgb(252,30,211); }

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

background-color css

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

 a { background-color: rgb(252,30,211); }

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

border-color css

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

 span { border-color: rgb(252,30,211); }

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