Html Css Color HEX #FE0DAF Spicy Pink

📋 copy color: '#FE0DAF'

red 254 ◦ green 13 ◦ blue 175

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

Shades of Spicy Pink #FE0DAF

Tints of Spicy Pink #FE0DAF

RGB

 RED value IS 254 (99.61% from 255) = 57.47%

 GREEN value IS 13 (5.47% from 255) = 2.94%

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 57.47%
G = 2.94%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE0DAF (or 0xFE0DAF) is known color: Spicy Pink. HEX triplet: FE, 0D and AF. RGB value is (254,13,175). Sum of RGB (Red+Green+Blue) = 254+13+175=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0DAF is #01F250. Grayscale: #676767. Windows color (decimal): -127569 or 11472382. OLE color: 11472382.

HSL color Cylindrical-coordinate representation of color #FE0DAF: hue angle of 319.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0DAF is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 13 175 -
CMYK 0 0.95 0.31 0.00
HSL 319.67º 0.99% 0.52% -
HSV(B) 319.67º 0.95% 1% -
XYZ 48.75 24.45 42.71 -
YUV 103.53 168.34 235.33 -
System Red Green Blue C M Y K H S L
Decimal 254 13 175 0 0.95 0.31 0.00 319.67 0.99 0.52
Hex FE D AF 0 5F 1F 0 140 63 34
Octal 376 15 257 0 137 37 0 500 143 64
Binary 11111110 1101 10101111 0 1011111 11111 0 101000000 1100011 110100

Color Harmonies of #FE0DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0DAF

Black with #FE0DAF

Text Example


Text Example

White with #FE0DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0DAF; }

 p { color: rgb(254,13,175); }

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

background-color css

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

 a { background-color: rgb(254,13,175); }

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

border-color css

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

 span { border-color: rgb(254,13,175); }

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