Html Css Color HEX #FD1EDF Razzle Dazzle Rose

📋 copy color: '#FD1EDF'

red 253 ◦ green 30 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FD1EDF

Tints of Razzle Dazzle Rose #FD1EDF

RGB

 RED value IS 253 (99.22% from 255) = 50%

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

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

R = 50%
G = 5.93%
B = 44.07%

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

#FD1EDF (or 0xFD1EDF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1E and DF. RGB value is (253,30,223). Sum of RGB (Red+Green+Blue) = 253+30+223=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1EDF is #02E120. Grayscale: #767676. Windows color (decimal): -188705 or 14622461. OLE color: 14622461.

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

Color convert

RGB 253 30 223 -
CMYK 0 0.88 0.12 0.01
HSL 308.07º 0.98% 0.55% -
HSV(B) 308.07º 0.88% 0.99% -
XYZ 54.29 27.14 72.19 -
YUV 118.68 186.88 223.81 -
System Red Green Blue C M Y K H S L
Decimal 253 30 223 0 0.88 0.12 0.01 308.07 0.98 0.55
Hex FD 1E DF 0 58 C 1 134 62 37
Octal 375 36 337 0 130 14 1 464 142 67
Binary 11111101 11110 11011111 0 1011000 1100 1 100110100 1100010 110111

Color Harmonies of #FD1EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EDF

Black with #FD1EDF

Text Example


Text Example

White with #FD1EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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