Html Css Color HEX #FE007F Deep Pink

📋 copy color: '#FE007F'

red 254 ◦ green 0 ◦ blue 127

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

Shades of Deep Pink #FE007F

Tints of Deep Pink #FE007F

RGB

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

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

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE007F (or 0xFE007F) is known color: Deep Pink. HEX triplet: FE, 00 and 7F. RGB value is (254,0,127). Sum of RGB (Red+Green+Blue) = 254+0+127=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE007F is #01FF80. Grayscale: #5A5A5A. Windows color (decimal): -130945 or 8323326. OLE color: 8323326.

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

Color convert

RGB 254 0 127 -
CMYK 0 1 0.50 0.00
HSL 330º 1% 0.5% -
HSV(B) 330º 1% 1% -
XYZ 44.7 22.6 22.09 -
YUV 90.42 148.65 244.67 -
System Red Green Blue C M Y K H S L
Decimal 254 0 127 0 1 0.50 0.00 330 1 0.5
Hex FE 0 7F 0 64 32 0 14A 64 32
Octal 376 0 177 0 144 62 0 512 144 62
Binary 11111110 0 1111111 0 1100100 110010 0 101001010 1100100 110010

Color Harmonies of #FE007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE007F

Black with #FE007F

Text Example


Text Example

White with #FE007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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