Html Css Color HEX #FE088B Deep Pink

📋 copy color: '#FE088B'

red 254 ◦ green 8 ◦ blue 139

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

Shades of Deep Pink #FE088B

Tints of Deep Pink #FE088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

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

R = 63.34%
G = 2%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE088B (or 0xFE088B) is known color: Deep Pink. HEX triplet: FE, 08 and 8B. RGB value is (254,8,139). Sum of RGB (Red+Green+Blue) = 254+8+139=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE088B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE088B is #01F774. Grayscale: #606060. Windows color (decimal): -128885 or 9111806. OLE color: 9111806.

HSL color Cylindrical-coordinate representation of color #FE088B: hue angle of 328.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE088B is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 8 139 -
CMYK 0 0.97 0.45 0.00
HSL 328.05º 0.99% 0.51% -
HSV(B) 328.05º 0.97% 1% -
XYZ 45.62 23.11 26.48 -
YUV 96.49 152 240.35 -
System Red Green Blue C M Y K H S L
Decimal 254 8 139 0 0.97 0.45 0.00 328.05 0.99 0.51
Hex FE 8 8B 0 61 2D 0 148 63 33
Octal 376 10 213 0 141 55 0 510 143 63
Binary 11111110 1000 10001011 0 1100001 101101 0 101001000 1100011 110011

Color Harmonies of #FE088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE088B

Black with #FE088B

Text Example


Text Example

White with #FE088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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