Html Css Color HEX #F70581 Deep Pink

📋 copy color: '#F70581'

red 247 ◦ green 5 ◦ blue 129

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

Shades of Deep Pink #F70581

Tints of Deep Pink #F70581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 64.83%
G = 1.31%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F70581 (or 0xF70581) is known color: Deep Pink. HEX triplet: F7, 05 and 81. RGB value is (247,5,129). Sum of RGB (Red+Green+Blue) = 247+5+129=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F70581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70581 is #08FA7E. Grayscale: #5B5B5B. Windows color (decimal): -588415 or 8455671. OLE color: 8455671.

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

Color convert

RGB 247 5 129 -
CMYK 0 0.98 0.48 0.03
HSL 329.26º 0.96% 0.49% -
HSV(B) 329.26º 0.98% 0.97% -
XYZ 42.37 21.47 22.68 -
YUV 91.49 149.17 238.92 -
System Red Green Blue C M Y K H S L
Decimal 247 5 129 0 0.98 0.48 0.03 329.26 0.96 0.49
Hex F7 5 81 0 62 30 3 149 60 31
Octal 367 5 201 0 142 60 3 511 140 61
Binary 11110111 101 10000001 0 1100010 110000 11 101001001 1100000 110001

Color Harmonies of #F70581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70581

Black with #F70581

Text Example


Text Example

White with #F70581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70581; }

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

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

background-color css

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

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

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

border-color css

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

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

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