Html Css Color HEX #FE0F7A Deep Pink

📋 copy color: '#FE0F7A'

red 254 ◦ green 15 ◦ blue 122

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

Shades of Deep Pink #FE0F7A

Tints of Deep Pink #FE0F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 64.96%
G = 3.84%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE0F7A (or 0xFE0F7A) is known color: Deep Pink. HEX triplet: FE, 0F and 7A. RGB value is (254,15,122). Sum of RGB (Red+Green+Blue) = 254+15+122=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F7A is #01F085. Grayscale: #626262. Windows color (decimal): -127110 or 7999486. OLE color: 7999486.

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

Color convert

RGB 254 15 122 -
CMYK 0 0.94 0.52 0.00
HSL 333.14º 0.99% 0.53% -
HSV(B) 333.14º 0.94% 1% -
XYZ 44.56 22.82 20.47 -
YUV 98.66 141.18 238.8 -
System Red Green Blue C M Y K H S L
Decimal 254 15 122 0 0.94 0.52 0.00 333.14 0.99 0.53
Hex FE F 7A 0 5E 34 0 14D 63 35
Octal 376 17 172 0 136 64 0 515 143 65
Binary 11111110 1111 1111010 0 1011110 110100 0 101001101 1100011 110101

Color Harmonies of #FE0F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F7A

Black with #FE0F7A

Text Example


Text Example

White with #FE0F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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