Html Css Color HEX #F70682 Deep Pink

📋 copy color: '#F70682'

red 247 ◦ green 6 ◦ blue 130

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

Shades of Deep Pink #F70682

Tints of Deep Pink #F70682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 64.49%
G = 1.57%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F70682 (or 0xF70682) is known color: Deep Pink. HEX triplet: F7, 06 and 82. RGB value is (247,6,130). Sum of RGB (Red+Green+Blue) = 247+6+130=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F70682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70682 is #08F97D. Grayscale: #5B5B5B. Windows color (decimal): -588158 or 8521463. OLE color: 8521463.

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

Color convert

RGB 247 6 130 -
CMYK 0 0.98 0.47 0.03
HSL 329.13º 0.95% 0.5% -
HSV(B) 329.13º 0.98% 0.97% -
XYZ 42.45 21.52 23.03 -
YUV 92.2 149.34 238.42 -
System Red Green Blue C M Y K H S L
Decimal 247 6 130 0 0.98 0.47 0.03 329.13 0.95 0.5
Hex F7 6 82 0 62 2F 3 149 5F 32
Octal 367 6 202 0 142 57 3 511 137 62
Binary 11110111 110 10000010 0 1100010 101111 11 101001001 1011111 110010

Color Harmonies of #F70682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70682

Black with #F70682

Text Example


Text Example

White with #F70682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70682; }

 p { color: rgb(247,6,130); }

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

background-color css

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

 a { background-color: rgb(247,6,130); }

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

border-color css

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

 span { border-color: rgb(247,6,130); }

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