Html Css Color HEX #F70490 Deep Pink

📋 copy color: '#F70490'

red 247 ◦ green 4 ◦ blue 144

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

Shades of Deep Pink #F70490

Tints of Deep Pink #F70490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 62.53%
G = 1.01%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F70490 (or 0xF70490) is known color: Deep Pink. HEX triplet: F7, 04 and 90. RGB value is (247,4,144). Sum of RGB (Red+Green+Blue) = 247+4+144=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F70490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70490 is #08FB6F. Grayscale: #5C5C5C. Windows color (decimal): -588656 or 9438455. OLE color: 9438455.

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

Color convert

RGB 247 4 144 -
CMYK 0 0.98 0.42 0.03
HSL 325.43º 0.97% 0.49% -
HSV(B) 325.43º 0.98% 0.97% -
XYZ 43.44 21.87 28.32 -
YUV 92.62 157.01 238.12 -
System Red Green Blue C M Y K H S L
Decimal 247 4 144 0 0.98 0.42 0.03 325.43 0.97 0.49
Hex F7 4 90 0 62 2A 3 145 61 31
Octal 367 4 220 0 142 52 3 505 141 61
Binary 11110111 100 10010000 0 1100010 101010 11 101000101 1100001 110001

Color Harmonies of #F70490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70490

Black with #F70490

Text Example


Text Example

White with #F70490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70490; }

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

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

background-color css

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

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

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

border-color css

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

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

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