Html Css Color HEX #F70A90 Deep Pink

📋 copy color: '#F70A90'

red 247 ◦ green 10 ◦ blue 144

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

Shades of Deep Pink #F70A90

Tints of Deep Pink #F70A90

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 61.6%
G = 2.49%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F70A90 (or 0xF70A90) is known color: Deep Pink. HEX triplet: F7, 0A and 90. RGB value is (247,10,144). Sum of RGB (Red+Green+Blue) = 247+10+144=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70A90 is #08F56F. Grayscale: #5F5F5F. Windows color (decimal): -587120 or 9439991. OLE color: 9439991.

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

Color convert

RGB 247 10 144 -
CMYK 0 0.96 0.42 0.03
HSL 326.08º 0.94% 0.5% -
HSV(B) 326.08º 0.96% 0.97% -
XYZ 43.5 22 28.34 -
YUV 96.14 155.02 235.6 -
System Red Green Blue C M Y K H S L
Decimal 247 10 144 0 0.96 0.42 0.03 326.08 0.94 0.5
Hex F7 A 90 0 60 2A 3 146 5E 32
Octal 367 12 220 0 140 52 3 506 136 62
Binary 11110111 1010 10010000 0 1100000 101010 11 101000110 1011110 110010

Color Harmonies of #F70A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70A90

Black with #F70A90

Text Example


Text Example

White with #F70A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70A90; }

 p { color: rgb(247,10,144); }

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

background-color css

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

 a { background-color: rgb(247,10,144); }

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

border-color css

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

 span { border-color: rgb(247,10,144); }

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