Html Css Color HEX #F70478 Deep Pink

📋 copy color: '#F70478'

red 247 ◦ green 4 ◦ blue 120

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

Shades of Deep Pink #F70478

Tints of Deep Pink #F70478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 66.58%
G = 1.08%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F70478 (or 0xF70478) is known color: Deep Pink. HEX triplet: F7, 04 and 78. RGB value is (247,4,120). Sum of RGB (Red+Green+Blue) = 247+4+120=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F70478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70478 is #08FB87. Grayscale: #595959. Windows color (decimal): -588680 or 7865591. OLE color: 7865591.

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

Color convert

RGB 247 4 120 -
CMYK 0 0.98 0.51 0.03
HSL 331.36º 0.97% 0.49% -
HSV(B) 331.36º 0.98% 0.97% -
XYZ 41.79 21.22 19.66 -
YUV 89.88 145.01 240.07 -
System Red Green Blue C M Y K H S L
Decimal 247 4 120 0 0.98 0.51 0.03 331.36 0.97 0.49
Hex F7 4 78 0 62 33 3 14B 61 31
Octal 367 4 170 0 142 63 3 513 141 61
Binary 11110111 100 1111000 0 1100010 110011 11 101001011 1100001 110001

Color Harmonies of #F70478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70478

Black with #F70478

Text Example


Text Example

White with #F70478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70478; }

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

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

background-color css

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

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

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

border-color css

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

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

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