Html Css Color HEX #FE0F9A Deep Pink

📋 copy color: '#FE0F9A'

red 254 ◦ green 15 ◦ blue 154

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

Shades of Deep Pink #FE0F9A

Tints of Deep Pink #FE0F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 60.05%
G = 3.55%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE0F9A (or 0xFE0F9A) is known color: Deep Pink. HEX triplet: FE, 0F and 9A. RGB value is (254,15,154). Sum of RGB (Red+Green+Blue) = 254+15+154=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0F9A is #01F065. Grayscale: #656565. Windows color (decimal): -127078 or 10096638. OLE color: 10096638.

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

Color convert

RGB 254 15 154 -
CMYK 0 0.94 0.39 0.00
HSL 325.1º 0.99% 0.53% -
HSV(B) 325.1º 0.94% 1% -
XYZ 46.88 23.75 32.68 -
YUV 102.31 157.18 236.2 -
System Red Green Blue C M Y K H S L
Decimal 254 15 154 0 0.94 0.39 0.00 325.1 0.99 0.53
Hex FE F 9A 0 5E 27 0 145 63 35
Octal 376 17 232 0 136 47 0 505 143 65
Binary 11111110 1111 10011010 0 1011110 100111 0 101000101 1100011 110101

Color Harmonies of #FE0F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F9A

Black with #FE0F9A

Text Example


Text Example

White with #FE0F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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