Html Css Color HEX #F70892 Deep Pink

📋 copy color: '#F70892'

red 247 ◦ green 8 ◦ blue 146

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

Shades of Deep Pink #F70892

Tints of Deep Pink #F70892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 61.6%
G = 2%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F70892 (or 0xF70892) is known color: Deep Pink. HEX triplet: F7, 08 and 92. RGB value is (247,8,146). Sum of RGB (Red+Green+Blue) = 247+8+146=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F70892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70892 is #08F76D. Grayscale: #5E5E5E. Windows color (decimal): -587630 or 9570551. OLE color: 9570551.

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

Color convert

RGB 247 8 146 -
CMYK 0 0.97 0.41 0.03
HSL 325.36º 0.94% 0.5% -
HSV(B) 325.36º 0.97% 0.97% -
XYZ 43.63 22.02 29.15 -
YUV 95.19 156.68 236.28 -
System Red Green Blue C M Y K H S L
Decimal 247 8 146 0 0.97 0.41 0.03 325.36 0.94 0.5
Hex F7 8 92 0 61 29 3 145 5E 32
Octal 367 10 222 0 141 51 3 505 136 62
Binary 11110111 1000 10010010 0 1100001 101001 11 101000101 1011110 110010

Color Harmonies of #F70892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70892

Black with #F70892

Text Example


Text Example

White with #F70892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70892; }

 p { color: rgb(247,8,146); }

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

background-color css

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

 a { background-color: rgb(247,8,146); }

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

border-color css

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

 span { border-color: rgb(247,8,146); }

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