Html Css Color HEX #F70585 Deep Pink

📋 copy color: '#F70585'

red 247 ◦ green 5 ◦ blue 133

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

Shades of Deep Pink #F70585

Tints of Deep Pink #F70585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 64.16%
G = 1.3%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F70585 (or 0xF70585) is known color: Deep Pink. HEX triplet: F7, 05 and 85. RGB value is (247,5,133). Sum of RGB (Red+Green+Blue) = 247+5+133=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F70585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70585 is #08FA7A. Grayscale: #5B5B5B. Windows color (decimal): -588411 or 8717815. OLE color: 8717815.

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

Color convert

RGB 247 5 133 -
CMYK 0 0.98 0.46 0.03
HSL 328.26º 0.96% 0.49% -
HSV(B) 328.26º 0.98% 0.97% -
XYZ 42.65 21.58 24.11 -
YUV 91.95 151.17 238.59 -
System Red Green Blue C M Y K H S L
Decimal 247 5 133 0 0.98 0.46 0.03 328.26 0.96 0.49
Hex F7 5 85 0 62 2E 3 148 60 31
Octal 367 5 205 0 142 56 3 510 140 61
Binary 11110111 101 10000101 0 1100010 101110 11 101001000 1100000 110001

Color Harmonies of #F70585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70585

Black with #F70585

Text Example


Text Example

White with #F70585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70585; }

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

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

background-color css

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

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

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

border-color css

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

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

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