Html Css Color HEX #F70D77 Deep Pink

📋 copy color: '#F70D77'

red 247 ◦ green 13 ◦ blue 119

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

Shades of Deep Pink #F70D77

Tints of Deep Pink #F70D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.43%

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 65.17%
G = 3.43%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F70D77 (or 0xF70D77) is known color: Deep Pink. HEX triplet: F7, 0D and 77. RGB value is (247,13,119). Sum of RGB (Red+Green+Blue) = 247+13+119=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70D77 is #08F288. Grayscale: #5E5E5E. Windows color (decimal): -586377 or 7802359. OLE color: 7802359.

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

Color convert

RGB 247 13 119 -
CMYK 0 0.95 0.52 0.03
HSL 332.82º 0.94% 0.51% -
HSV(B) 332.82º 0.95% 0.97% -
XYZ 41.83 21.39 19.38 -
YUV 95.05 141.52 236.38 -
System Red Green Blue C M Y K H S L
Decimal 247 13 119 0 0.95 0.52 0.03 332.82 0.94 0.51
Hex F7 D 77 0 5F 34 3 14D 5E 33
Octal 367 15 167 0 137 64 3 515 136 63
Binary 11110111 1101 1110111 0 1011111 110100 11 101001101 1011110 110011

Color Harmonies of #F70D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70D77

Black with #F70D77

Text Example


Text Example

White with #F70D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70D77; }

 p { color: rgb(247,13,119); }

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

background-color css

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

 a { background-color: rgb(247,13,119); }

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

border-color css

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

 span { border-color: rgb(247,13,119); }

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