Html Css Color HEX #FC1EDF Razzle Dazzle Rose

📋 copy color: '#FC1EDF'

red 252 ◦ green 30 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FC1EDF

Tints of Razzle Dazzle Rose #FC1EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 49.9%
G = 5.94%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC1EDF (or 0xFC1EDF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1E and DF. RGB value is (252,30,223). Sum of RGB (Red+Green+Blue) = 252+30+223=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 30 (12.11% from 255 or 5.94% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1EDF is #03E120. Grayscale: #757575. Windows color (decimal): -254241 or 14622460. OLE color: 14622460.

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

Color convert

RGB 252 30 223 -
CMYK 0 0.88 0.12 0.01
HSL 307.84º 0.97% 0.55% -
HSV(B) 307.84º 0.88% 0.99% -
XYZ 53.93 26.95 72.17 -
YUV 118.38 187.05 223.31 -
System Red Green Blue C M Y K H S L
Decimal 252 30 223 0 0.88 0.12 0.01 307.84 0.97 0.55
Hex FC 1E DF 0 58 C 1 134 61 37
Octal 374 36 337 0 130 14 1 464 141 67
Binary 11111100 11110 11011111 0 1011000 1100 1 100110100 1100001 110111

Color Harmonies of #FC1EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EDF

Black with #FC1EDF

Text Example


Text Example

White with #FC1EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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