Html Css Color HEX #F70C7F Deep Pink

📋 copy color: '#F70C7F'

red 247 ◦ green 12 ◦ blue 127

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

Shades of Deep Pink #F70C7F

Tints of Deep Pink #F70C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 63.99%
G = 3.11%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F70C7F (or 0xF70C7F) is known color: Deep Pink. HEX triplet: F7, 0C and 7F. RGB value is (247,12,127). Sum of RGB (Red+Green+Blue) = 247+12+127=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70C7F is #08F380. Grayscale: #5F5F5F. Windows color (decimal): -586625 or 8326391. OLE color: 8326391.

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

Color convert

RGB 247 12 127 -
CMYK 0 0.95 0.49 0.03
HSL 330.64º 0.94% 0.51% -
HSV(B) 330.64º 0.95% 0.97% -
XYZ 42.32 21.57 22.01 -
YUV 95.38 145.86 236.15 -
System Red Green Blue C M Y K H S L
Decimal 247 12 127 0 0.95 0.49 0.03 330.64 0.94 0.51
Hex F7 C 7F 0 5F 31 3 14B 5E 33
Octal 367 14 177 0 137 61 3 513 136 63
Binary 11110111 1100 1111111 0 1011111 110001 11 101001011 1011110 110011

Color Harmonies of #F70C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70C7F

Black with #F70C7F

Text Example


Text Example

White with #F70C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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