Html Css Color HEX #F70584 Deep Pink

📋 copy color: '#F70584'

red 247 ◦ green 5 ◦ blue 132

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

Shades of Deep Pink #F70584

Tints of Deep Pink #F70584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

 BLUE value IS 132 (51.95% from 255) = 34.38%

R = 64.32%
G = 1.3%
B = 34.38%

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

#F70584 (or 0xF70584) is known color: Deep Pink. HEX triplet: F7, 05 and 84. RGB value is (247,5,132). Sum of RGB (Red+Green+Blue) = 247+5+132=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F70584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70584 is #08FA7B. Grayscale: #5B5B5B. Windows color (decimal): -588412 or 8652279. OLE color: 8652279.

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

Color convert

RGB 247 5 132 -
CMYK 0 0.98 0.47 0.03
HSL 328.51º 0.96% 0.49% -
HSV(B) 328.51º 0.98% 0.97% -
XYZ 42.58 21.55 23.75 -
YUV 91.84 150.67 238.67 -
System Red Green Blue C M Y K H S L
Decimal 247 5 132 0 0.98 0.47 0.03 328.51 0.96 0.49
Hex F7 5 84 0 62 2F 3 149 60 31
Octal 367 5 204 0 142 57 3 511 140 61
Binary 11110111 101 10000100 0 1100010 101111 11 101001001 1100000 110001

Color Harmonies of #F70584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70584

Black with #F70584

Text Example


Text Example

White with #F70584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70584; }

 p { color: rgb(247,5,132); }

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

background-color css

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

 a { background-color: rgb(247,5,132); }

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

border-color css

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

 span { border-color: rgb(247,5,132); }

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