Html Css Color HEX #FE0F9F Deep Pink

📋 copy color: '#FE0F9F'

red 254 ◦ green 15 ◦ blue 159

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

Shades of Deep Pink #FE0F9F

Tints of Deep Pink #FE0F9F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.5%

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 59.35%
G = 3.5%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE0F9F (or 0xFE0F9F) is known color: Deep Pink. HEX triplet: FE, 0F and 9F. RGB value is (254,15,159). Sum of RGB (Red+Green+Blue) = 254+15+159=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0F9F is #01F060. Grayscale: #666666. Windows color (decimal): -127073 or 10424318. OLE color: 10424318.

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

Color convert

RGB 254 15 159 -
CMYK 0 0.94 0.37 0.00
HSL 323.85º 0.99% 0.53% -
HSV(B) 323.85º 0.94% 1% -
XYZ 47.3 23.92 34.92 -
YUV 102.88 159.68 235.79 -
System Red Green Blue C M Y K H S L
Decimal 254 15 159 0 0.94 0.37 0.00 323.85 0.99 0.53
Hex FE F 9F 0 5E 25 0 144 63 35
Octal 376 17 237 0 136 45 0 504 143 65
Binary 11111110 1111 10011111 0 1011110 100101 0 101000100 1100011 110101

Color Harmonies of #FE0F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F9F

Black with #FE0F9F

Text Example


Text Example

White with #FE0F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F9F; }

 p { color: rgb(254,15,159); }

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

background-color css

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

 a { background-color: rgb(254,15,159); }

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

border-color css

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

 span { border-color: rgb(254,15,159); }

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