Html Css Color HEX #FF078E Deep Pink

📋 copy color: '#FF078E'

red 255 ◦ green 7 ◦ blue 142

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

Shades of Deep Pink #FF078E

Tints of Deep Pink #FF078E

RGB

 RED value IS 255 (100% from 255) = 63.12%

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 63.12%
G = 1.73%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF078E (or 0xFF078E) is known color: Deep Pink. HEX triplet: FF, 07 and 8E. RGB value is (255,7,142). Sum of RGB (Red+Green+Blue) = 255+7+142=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF078E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF078E is #00F871. Grayscale: #606060. Windows color (decimal): -63602 or 9308159. OLE color: 9308159.

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

Color convert

RGB 255 7 142 -
CMYK 0 0.97 0.44 0
HSL 327.34º 1% 0.51% -
HSV(B) 327.34º 0.97% 1% -
XYZ 46.2 23.36 27.67 -
YUV 96.54 153.66 241.02 -
System Red Green Blue C M Y K H S L
Decimal 255 7 142 0 0.97 0.44 0 327.34 1 0.51
Hex FF 7 8E 0 61 2C 0 147 64 33
Octal 377 7 216 0 141 54 0 507 144 63
Binary 11111111 111 10001110 0 1100001 101100 0 101000111 1100100 110011

Color Harmonies of #FF078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF078E

Black with #FF078E

Text Example


Text Example

White with #FF078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF078E; }

 p { color: rgb(255,7,142); }

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

background-color css

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

 a { background-color: rgb(255,7,142); }

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

border-color css

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

 span { border-color: rgb(255,7,142); }

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