Html Css Color HEX #F70C8D Deep Pink

📋 copy color: '#F70C8D'

red 247 ◦ green 12 ◦ blue 141

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

Shades of Deep Pink #F70C8D

Tints of Deep Pink #F70C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 61.75%
G = 3%
B = 35.25%

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

#F70C8D (or 0xF70C8D) is known color: Deep Pink. HEX triplet: F7, 0C and 8D. RGB value is (247,12,141). Sum of RGB (Red+Green+Blue) = 247+12+141=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70C8D is #08F372. Grayscale: #606060. Windows color (decimal): -586611 or 9243895. OLE color: 9243895.

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

Color convert

RGB 247 12 141 -
CMYK 0 0.95 0.43 0.03
HSL 327.06º 0.94% 0.51% -
HSV(B) 327.06º 0.95% 0.97% -
XYZ 43.3 21.96 27.16 -
YUV 96.97 152.86 235.01 -
System Red Green Blue C M Y K H S L
Decimal 247 12 141 0 0.95 0.43 0.03 327.06 0.94 0.51
Hex F7 C 8D 0 5F 2B 3 147 5E 33
Octal 367 14 215 0 137 53 3 507 136 63
Binary 11110111 1100 10001101 0 1011111 101011 11 101000111 1011110 110011

Color Harmonies of #F70C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70C8D

Black with #F70C8D

Text Example


Text Example

White with #F70C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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