Html Css Color HEX #F7159B Deep Pink

📋 copy color: '#F7159B'

red 247 ◦ green 21 ◦ blue 155

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

Shades of Deep Pink #F7159B

Tints of Deep Pink #F7159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.96%

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 58.39%
G = 4.96%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7159B (or 0xF7159B) is known color: Deep Pink. HEX triplet: F7, 15 and 9B. RGB value is (247,21,155). Sum of RGB (Red+Green+Blue) = 247+21+155=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7159B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7159B is #08EA64. Grayscale: #676767. Windows color (decimal): -584293 or 10163703. OLE color: 10163703.

HSL color Cylindrical-coordinate representation of color #F7159B: hue angle of 324.42º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7159B is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 21 155 -
CMYK 0 0.91 0.37 0.03
HSL 324.42º 0.93% 0.53% -
HSV(B) 324.42º 0.91% 0.97% -
XYZ 44.54 22.68 33.04 -
YUV 103.85 156.87 230.1 -
System Red Green Blue C M Y K H S L
Decimal 247 21 155 0 0.91 0.37 0.03 324.42 0.93 0.53
Hex F7 15 9B 0 5B 25 3 144 5D 35
Octal 367 25 233 0 133 45 3 504 135 65
Binary 11110111 10101 10011011 0 1011011 100101 11 101000100 1011101 110101

Color Harmonies of #F7159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7159B

Black with #F7159B

Text Example


Text Example

White with #F7159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7159B; }

 p { color: rgb(247,21,155); }

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

background-color css

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

 a { background-color: rgb(247,21,155); }

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

border-color css

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

 span { border-color: rgb(247,21,155); }

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