Html Css Color HEX #F7158D Deep Pink

📋 copy color: '#F7158D'

red 247 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #F7158D

Tints of Deep Pink #F7158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 60.39%
G = 5.13%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7158D (or 0xF7158D) is known color: Deep Pink. HEX triplet: F7, 15 and 8D. RGB value is (247,21,141). Sum of RGB (Red+Green+Blue) = 247+21+141=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7158D is #08EA72. Grayscale: #666666. Windows color (decimal): -584307 or 9246199. OLE color: 9246199.

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

Color convert

RGB 247 21 141 -
CMYK 0 0.91 0.43 0.03
HSL 328.14º 0.93% 0.53% -
HSV(B) 328.14º 0.91% 0.97% -
XYZ 43.43 22.23 27.2 -
YUV 102.25 149.87 231.24 -
System Red Green Blue C M Y K H S L
Decimal 247 21 141 0 0.91 0.43 0.03 328.14 0.93 0.53
Hex F7 15 8D 0 5B 2B 3 148 5D 35
Octal 367 25 215 0 133 53 3 510 135 65
Binary 11110111 10101 10001101 0 1011011 101011 11 101001000 1011101 110101

Color Harmonies of #F7158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7158D

Black with #F7158D

Text Example


Text Example

White with #F7158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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