Html Css Color HEX #FE007A Deep Pink

📋 copy color: '#FE007A'

red 254 ◦ green 0 ◦ blue 122

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

Shades of Deep Pink #FE007A

Tints of Deep Pink #FE007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 67.55%
G = 0%
B = 32.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE007A (or 0xFE007A) is known color: Deep Pink. HEX triplet: FE, 00 and 7A. RGB value is (254,0,122). Sum of RGB (Red+Green+Blue) = 254+0+122=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE007A is #01FF85. Grayscale: #595959. Windows color (decimal): -130950 or 7995646. OLE color: 7995646.

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

Color convert

RGB 254 0 122 -
CMYK 0 1 0.52 0.00
HSL 331.18º 1% 0.5% -
HSV(B) 331.18º 1% 1% -
XYZ 44.39 22.48 20.41 -
YUV 89.85 146.15 245.08 -
System Red Green Blue C M Y K H S L
Decimal 254 0 122 0 1 0.52 0.00 331.18 1 0.5
Hex FE 0 7A 0 64 34 0 14B 64 32
Octal 376 0 172 0 144 64 0 513 144 62
Binary 11111110 0 1111010 0 1100100 110100 0 101001011 1100100 110010

Color Harmonies of #FE007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE007A

Black with #FE007A

Text Example


Text Example

White with #FE007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE007A; }

 p { color: rgb(254,0,122); }

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

background-color css

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

 a { background-color: rgb(254,0,122); }

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

border-color css

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

 span { border-color: rgb(254,0,122); }

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