Html Css Color HEX #FE0F72 Deep Pink

📋 copy color: '#FE0F72'

red 254 ◦ green 15 ◦ blue 114

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

Shades of Deep Pink #FE0F72

Tints of Deep Pink #FE0F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 66.32%
G = 3.92%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE0F72 (or 0xFE0F72) is known color: Deep Pink. HEX triplet: FE, 0F and 72. RGB value is (254,15,114). Sum of RGB (Red+Green+Blue) = 254+15+114=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F72 is #01F08D. Grayscale: #616161. Windows color (decimal): -127118 or 7475198. OLE color: 7475198.

HSL color Cylindrical-coordinate representation of color #FE0F72: hue angle of 335.15º 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 #FE0F72 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 15 114 -
CMYK 0 0.94 0.55 0.00
HSL 335.15º 0.99% 0.53% -
HSV(B) 335.15º 0.94% 1% -
XYZ 44.08 22.63 17.96 -
YUV 97.75 137.18 239.45 -
System Red Green Blue C M Y K H S L
Decimal 254 15 114 0 0.94 0.55 0.00 335.15 0.99 0.53
Hex FE F 72 0 5E 37 0 14F 63 35
Octal 376 17 162 0 136 67 0 517 143 65
Binary 11111110 1111 1110010 0 1011110 110111 0 101001111 1100011 110101

Color Harmonies of #FE0F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F72

Black with #FE0F72

Text Example


Text Example

White with #FE0F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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