Html Css Color HEX #F70378 Deep Pink

📋 copy color: '#F70378'

red 247 ◦ green 3 ◦ blue 120

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

Shades of Deep Pink #F70378

Tints of Deep Pink #F70378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 66.76%
G = 0.81%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F70378 (or 0xF70378) is known color: Deep Pink. HEX triplet: F7, 03 and 78. RGB value is (247,3,120). Sum of RGB (Red+Green+Blue) = 247+3+120=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F70378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70378 is #08FC87. Grayscale: #595959. Windows color (decimal): -588936 or 7865335. OLE color: 7865335.

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

Color convert

RGB 247 3 120 -
CMYK 0 0.99 0.51 0.03
HSL 331.23º 0.98% 0.49% -
HSV(B) 331.23º 0.99% 0.97% -
XYZ 41.78 21.2 19.66 -
YUV 89.29 145.34 240.49 -
System Red Green Blue C M Y K H S L
Decimal 247 3 120 0 0.99 0.51 0.03 331.23 0.98 0.49
Hex F7 3 78 0 63 33 3 14B 62 31
Octal 367 3 170 0 143 63 3 513 142 61
Binary 11110111 11 1111000 0 1100011 110011 11 101001011 1100010 110001

Color Harmonies of #F70378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70378

Black with #F70378

Text Example


Text Example

White with #F70378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70378; }

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

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

background-color css

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

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

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

border-color css

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

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

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