Html Css Color HEX #FC1ED1 Razzle Dazzle Rose

📋 copy color: '#FC1ED1'

red 252 ◦ green 30 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FC1ED1

Tints of Razzle Dazzle Rose #FC1ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.57%

R = 51.32%
G = 6.11%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC1ED1 (or 0xFC1ED1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1E and D1. RGB value is (252,30,209). Sum of RGB (Red+Green+Blue) = 252+30+209=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ED1 is #03E12E. Grayscale: #747474. Windows color (decimal): -254255 or 13704956. OLE color: 13704956.

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

Color convert

RGB 252 30 209 -
CMYK 0 0.88 0.17 0.01
HSL 311.62º 0.97% 0.55% -
HSV(B) 311.62º 0.88% 0.99% -
XYZ 52.12 26.23 62.64 -
YUV 116.78 180.05 224.45 -
System Red Green Blue C M Y K H S L
Decimal 252 30 209 0 0.88 0.17 0.01 311.62 0.97 0.55
Hex FC 1E D1 0 58 11 1 138 61 37
Octal 374 36 321 0 130 21 1 470 141 67
Binary 11111100 11110 11010001 0 1011000 10001 1 100111000 1100001 110111

Color Harmonies of #FC1ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1ED1

Black with #FC1ED1

Text Example


Text Example

White with #FC1ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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