Html Css Color HEX #FE077B Deep Pink

📋 copy color: '#FE077B'

red 254 ◦ green 7 ◦ blue 123

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

Shades of Deep Pink #FE077B

Tints of Deep Pink #FE077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.82%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 66.15%
G = 1.82%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE077B (or 0xFE077B) is known color: Deep Pink. HEX triplet: FE, 07 and 7B. RGB value is (254,7,123). Sum of RGB (Red+Green+Blue) = 254+7+123=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE077B is #01F884. Grayscale: #5D5D5D. Windows color (decimal): -129157 or 8062974. OLE color: 8062974.

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

Color convert

RGB 254 7 123 -
CMYK 0 0.97 0.52 0.00
HSL 331.82º 0.99% 0.51% -
HSV(B) 331.82º 0.97% 1% -
XYZ 44.52 22.65 20.76 -
YUV 94.08 144.33 242.07 -
System Red Green Blue C M Y K H S L
Decimal 254 7 123 0 0.97 0.52 0.00 331.82 0.99 0.51
Hex FE 7 7B 0 61 34 0 14C 63 33
Octal 376 7 173 0 141 64 0 514 143 63
Binary 11111110 111 1111011 0 1100001 110100 0 101001100 1100011 110011

Color Harmonies of #FE077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE077B

Black with #FE077B

Text Example


Text Example

White with #FE077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE077B; }

 p { color: rgb(254,7,123); }

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

background-color css

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

 a { background-color: rgb(254,7,123); }

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

border-color css

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

 span { border-color: rgb(254,7,123); }

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