Html Css Color HEX #FE0F8B Deep Pink

📋 copy color: '#FE0F8B'

red 254 ◦ green 15 ◦ blue 139

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

Shades of Deep Pink #FE0F8B

Tints of Deep Pink #FE0F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 62.25%
G = 3.68%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE0F8B (or 0xFE0F8B) is known color: Deep Pink. HEX triplet: FE, 0F and 8B. RGB value is (254,15,139). Sum of RGB (Red+Green+Blue) = 254+15+139=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0F8B is #01F074. Grayscale: #646464. Windows color (decimal): -127093 or 9113598. OLE color: 9113598.

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

Color convert

RGB 254 15 139 -
CMYK 0 0.94 0.45 0.00
HSL 328.87º 0.99% 0.53% -
HSV(B) 328.87º 0.94% 1% -
XYZ 45.7 23.28 26.51 -
YUV 100.6 149.68 237.42 -
System Red Green Blue C M Y K H S L
Decimal 254 15 139 0 0.94 0.45 0.00 328.87 0.99 0.53
Hex FE F 8B 0 5E 2D 0 149 63 35
Octal 376 17 213 0 136 55 0 511 143 65
Binary 11111110 1111 10001011 0 1011110 101101 0 101001001 1100011 110101

Color Harmonies of #FE0F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F8B

Black with #FE0F8B

Text Example


Text Example

White with #FE0F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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