Html Css Color HEX #F70181 Deep Pink

📋 copy color: '#F70181'

red 247 ◦ green 1 ◦ blue 129

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

Shades of Deep Pink #F70181

Tints of Deep Pink #F70181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 65.52%
G = 0.27%
B = 34.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F70181 (or 0xF70181) is known color: Deep Pink. HEX triplet: F7, 01 and 81. RGB value is (247,1,129). Sum of RGB (Red+Green+Blue) = 247+1+129=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F70181 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70181 is #08FE7E. Grayscale: #585858. Windows color (decimal): -589439 or 8454647. OLE color: 8454647.

HSL color Cylindrical-coordinate representation of color #F70181: hue angle of 328.78º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70181 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 1 129 -
CMYK 0 1.00 0.48 0.03
HSL 328.78º 0.99% 0.49% -
HSV(B) 328.78º 1% 0.97% -
XYZ 42.33 21.38 22.66 -
YUV 89.15 150.5 240.59 -
System Red Green Blue C M Y K H S L
Decimal 247 1 129 0 1.00 0.48 0.03 328.78 0.99 0.49
Hex F7 1 81 0 64 30 3 149 63 31
Octal 367 1 201 0 144 60 3 511 143 61
Binary 11110111 1 10000001 0 1100100 110000 11 101001001 1100011 110001

Color Harmonies of #F70181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70181

Black with #F70181

Text Example


Text Example

White with #F70181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70181; }

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

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

background-color css

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

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

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

border-color css

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

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

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