Html Css Color HEX #F70C94 Deep Pink

📋 copy color: '#F70C94'

red 247 ◦ green 12 ◦ blue 148

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

Shades of Deep Pink #F70C94

Tints of Deep Pink #F70C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.95%

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 60.69%
G = 2.95%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F70C94 (or 0xF70C94) is known color: Deep Pink. HEX triplet: F7, 0C and 94. RGB value is (247,12,148). Sum of RGB (Red+Green+Blue) = 247+12+148=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70C94 is #08F36B. Grayscale: #616161. Windows color (decimal): -586604 or 9702647. OLE color: 9702647.

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

Color convert

RGB 247 12 148 -
CMYK 0 0.95 0.40 0.03
HSL 325.28º 0.94% 0.51% -
HSV(B) 325.28º 0.95% 0.97% -
XYZ 43.83 22.18 29.99 -
YUV 97.77 156.36 234.44 -
System Red Green Blue C M Y K H S L
Decimal 247 12 148 0 0.95 0.40 0.03 325.28 0.94 0.51
Hex F7 C 94 0 5F 28 3 145 5E 33
Octal 367 14 224 0 137 50 3 505 136 63
Binary 11110111 1100 10010100 0 1011111 101000 11 101000101 1011110 110011

Color Harmonies of #F70C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70C94

Black with #F70C94

Text Example


Text Example

White with #F70C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70C94; }

 p { color: rgb(247,12,148); }

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

background-color css

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

 a { background-color: rgb(247,12,148); }

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

border-color css

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

 span { border-color: rgb(247,12,148); }

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