Html Css Color HEX #FE0F9B Deep Pink

📋 copy color: '#FE0F9B'

red 254 ◦ green 15 ◦ blue 155

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

Shades of Deep Pink #FE0F9B

Tints of Deep Pink #FE0F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 59.91%
G = 3.54%
B = 36.56%

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

#FE0F9B (or 0xFE0F9B) is known color: Deep Pink. HEX triplet: FE, 0F and 9B. RGB value is (254,15,155). Sum of RGB (Red+Green+Blue) = 254+15+155=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0F9B is #01F064. Grayscale: #666666. Windows color (decimal): -127077 or 10162174. OLE color: 10162174.

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

Color convert

RGB 254 15 155 -
CMYK 0 0.94 0.39 0.00
HSL 324.85º 0.99% 0.53% -
HSV(B) 324.85º 0.94% 1% -
XYZ 46.96 23.78 33.13 -
YUV 102.42 157.68 236.12 -
System Red Green Blue C M Y K H S L
Decimal 254 15 155 0 0.94 0.39 0.00 324.85 0.99 0.53
Hex FE F 9B 0 5E 27 0 145 63 35
Octal 376 17 233 0 136 47 0 505 143 65
Binary 11111110 1111 10011011 0 1011110 100111 0 101000101 1100011 110101

Color Harmonies of #FE0F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F9B

Black with #FE0F9B

Text Example


Text Example

White with #FE0F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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