Html Css Color HEX #F70C8C Deep Pink

📋 copy color: '#F70C8C'

red 247 ◦ green 12 ◦ blue 140

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

Shades of Deep Pink #F70C8C

Tints of Deep Pink #F70C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 61.9%
G = 3.01%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F70C8C (or 0xF70C8C) is known color: Deep Pink. HEX triplet: F7, 0C and 8C. RGB value is (247,12,140). Sum of RGB (Red+Green+Blue) = 247+12+140=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70C8C is #08F373. Grayscale: #606060. Windows color (decimal): -586612 or 9178359. OLE color: 9178359.

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

Color convert

RGB 247 12 140 -
CMYK 0 0.95 0.43 0.03
HSL 327.32º 0.94% 0.51% -
HSV(B) 327.32º 0.95% 0.97% -
XYZ 43.22 21.93 26.77 -
YUV 96.86 152.36 235.09 -
System Red Green Blue C M Y K H S L
Decimal 247 12 140 0 0.95 0.43 0.03 327.32 0.94 0.51
Hex F7 C 8C 0 5F 2B 3 147 5E 33
Octal 367 14 214 0 137 53 3 507 136 63
Binary 11110111 1100 10001100 0 1011111 101011 11 101000111 1011110 110011

Color Harmonies of #F70C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70C8C

Black with #F70C8C

Text Example


Text Example

White with #F70C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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