Html Css Color HEX #F70187 Deep Pink

📋 copy color: '#F70187'

red 247 ◦ green 1 ◦ blue 135

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

Shades of Deep Pink #F70187

Tints of Deep Pink #F70187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.25%

R = 64.49%
G = 0.26%
B = 35.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F70187 (or 0xF70187) is known color: Deep Pink. HEX triplet: F7, 01 and 87. RGB value is (247,1,135). Sum of RGB (Red+Green+Blue) = 247+1+135=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F70187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70187 is #08FE78. Grayscale: #595959. Windows color (decimal): -589433 or 8847863. OLE color: 8847863.

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

Color convert

RGB 247 1 135 -
CMYK 0 1.00 0.45 0.03
HSL 327.32º 0.99% 0.49% -
HSV(B) 327.32º 1% 0.97% -
XYZ 42.74 21.55 24.83 -
YUV 89.83 153.5 240.1 -
System Red Green Blue C M Y K H S L
Decimal 247 1 135 0 1.00 0.45 0.03 327.32 0.99 0.49
Hex F7 1 87 0 64 2D 3 147 63 31
Octal 367 1 207 0 144 55 3 507 143 61
Binary 11110111 1 10000111 0 1100100 101101 11 101000111 1100011 110001

Color Harmonies of #F70187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70187

Black with #F70187

Text Example


Text Example

White with #F70187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70187; }

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

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

background-color css

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

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

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

border-color css

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

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

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