Html Css Color HEX #FE007B Deep Pink

📋 copy color: '#FE007B'

red 254 ◦ green 0 ◦ blue 123

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

Shades of Deep Pink #FE007B

Tints of Deep Pink #FE007B

RGB

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

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

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

R = 67.37%
G = 0%
B = 32.63%

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

#FE007B (or 0xFE007B) is known color: Deep Pink. HEX triplet: FE, 00 and 7B. RGB value is (254,0,123). Sum of RGB (Red+Green+Blue) = 254+0+123=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE007B is #01FF84. Grayscale: #595959. Windows color (decimal): -130949 or 8061182. OLE color: 8061182.

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

Color convert

RGB 254 0 123 -
CMYK 0 1 0.52 0.00
HSL 330.94º 1% 0.5% -
HSV(B) 330.94º 1% 1% -
XYZ 44.45 22.5 20.74 -
YUV 89.97 146.65 245 -
System Red Green Blue C M Y K H S L
Decimal 254 0 123 0 1 0.52 0.00 330.94 1 0.5
Hex FE 0 7B 0 64 34 0 14B 64 32
Octal 376 0 173 0 144 64 0 513 144 62
Binary 11111110 0 1111011 0 1100100 110100 0 101001011 1100100 110010

Color Harmonies of #FE007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE007B

Black with #FE007B

Text Example


Text Example

White with #FE007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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