Html Css Color HEX #FF078F Deep Pink

📋 copy color: '#FF078F'

red 255 ◦ green 7 ◦ blue 143

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

Shades of Deep Pink #FF078F

Tints of Deep Pink #FF078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 62.96%
G = 1.73%
B = 35.31%

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

#FF078F (or 0xFF078F) is known color: Deep Pink. HEX triplet: FF, 07 and 8F. RGB value is (255,7,143). Sum of RGB (Red+Green+Blue) = 255+7+143=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF078F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF078F is #00F870. Grayscale: #606060. Windows color (decimal): -63601 or 9373695. OLE color: 9373695.

HSL color Cylindrical-coordinate representation of color #FF078F: hue angle of 327.1º 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 #FF078F is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 7 143 -
CMYK 0 0.97 0.44 0
HSL 327.1º 1% 0.51% -
HSV(B) 327.1º 0.97% 1% -
XYZ 46.27 23.4 28.06 -
YUV 96.66 154.16 240.94 -
System Red Green Blue C M Y K H S L
Decimal 255 7 143 0 0.97 0.44 0 327.1 1 0.51
Hex FF 7 8F 0 61 2C 0 147 64 33
Octal 377 7 217 0 141 54 0 507 144 63
Binary 11111111 111 10001111 0 1100001 101100 0 101000111 1100100 110011

Color Harmonies of #FF078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF078F

Black with #FF078F

Text Example


Text Example

White with #FF078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF078F; }

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

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

background-color css

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

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

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

border-color css

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

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

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