Html Css Color HEX #F7078F Deep Pink

📋 copy color: '#F7078F'

red 247 ◦ green 7 ◦ blue 143

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

Shades of Deep Pink #F7078F

Tints of Deep Pink #F7078F

RGB

 RED value IS 247 (96.88% from 255) = 62.22%

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

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

R = 62.22%
G = 1.76%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7078F (or 0xF7078F) is known color: Deep Pink. HEX triplet: F7, 07 and 8F. RGB value is (247,7,143). Sum of RGB (Red+Green+Blue) = 247+7+143=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F7078F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7078F is #08F870. Grayscale: #5D5D5D. Windows color (decimal): -587889 or 9373687. OLE color: 9373687.

HSL color Cylindrical-coordinate representation of color #F7078F: hue angle of 326º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7078F is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 7 143 -
CMYK 0 0.97 0.42 0.03
HSL 326º 0.94% 0.5% -
HSV(B) 326º 0.97% 0.97% -
XYZ 43.39 21.91 27.93 -
YUV 94.26 155.51 236.94 -
System Red Green Blue C M Y K H S L
Decimal 247 7 143 0 0.97 0.42 0.03 326 0.94 0.5
Hex F7 7 8F 0 61 2A 3 146 5E 32
Octal 367 7 217 0 141 52 3 506 136 62
Binary 11110111 111 10001111 0 1100001 101010 11 101000110 1011110 110010

Color Harmonies of #F7078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7078F

Black with #F7078F

Text Example


Text Example

White with #F7078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7078F; }

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

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

background-color css

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

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

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

border-color css

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

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

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