Html Css Color HEX #FE0A7F Deep Pink

📋 copy color: '#FE0A7F'

red 254 ◦ green 10 ◦ blue 127

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

Shades of Deep Pink #FE0A7F

Tints of Deep Pink #FE0A7F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 64.96%
G = 2.56%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE0A7F (or 0xFE0A7F) is known color: Deep Pink. HEX triplet: FE, 0A and 7F. RGB value is (254,10,127). Sum of RGB (Red+Green+Blue) = 254+10+127=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0A7F is #01F580. Grayscale: #606060. Windows color (decimal): -128385 or 8325886. OLE color: 8325886.

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

Color convert

RGB 254 10 127 -
CMYK 0 0.96 0.50 0.00
HSL 331.23º 0.99% 0.52% -
HSV(B) 331.23º 0.96% 1% -
XYZ 44.81 22.82 22.12 -
YUV 96.29 145.34 240.49 -
System Red Green Blue C M Y K H S L
Decimal 254 10 127 0 0.96 0.50 0.00 331.23 0.99 0.52
Hex FE A 7F 0 60 32 0 14B 63 34
Octal 376 12 177 0 140 62 0 513 143 64
Binary 11111110 1010 1111111 0 1100000 110010 0 101001011 1100011 110100

Color Harmonies of #FE0A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0A7F

Black with #FE0A7F

Text Example


Text Example

White with #FE0A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0A7F; }

 p { color: rgb(254,10,127); }

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

background-color css

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

 a { background-color: rgb(254,10,127); }

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

border-color css

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

 span { border-color: rgb(254,10,127); }

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