Html Css Color HEX #F7158C Deep Pink

📋 copy color: '#F7158C'

red 247 ◦ green 21 ◦ blue 140

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

Shades of Deep Pink #F7158C

Tints of Deep Pink #F7158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 60.54%
G = 5.15%
B = 34.31%

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

#F7158C (or 0xF7158C) is known color: Deep Pink. HEX triplet: F7, 15 and 8C. RGB value is (247,21,140). Sum of RGB (Red+Green+Blue) = 247+21+140=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7158C is #08EA73. Grayscale: #656565. Windows color (decimal): -584308 or 9180663. OLE color: 9180663.

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

Color convert

RGB 247 21 140 -
CMYK 0 0.91 0.43 0.03
HSL 328.41º 0.93% 0.53% -
HSV(B) 328.41º 0.91% 0.97% -
XYZ 43.36 22.2 26.81 -
YUV 102.14 149.37 231.32 -
System Red Green Blue C M Y K H S L
Decimal 247 21 140 0 0.91 0.43 0.03 328.41 0.93 0.53
Hex F7 15 8C 0 5B 2B 3 148 5D 35
Octal 367 25 214 0 133 53 3 510 135 65
Binary 11110111 10101 10001100 0 1011011 101011 11 101001000 1011101 110101

Color Harmonies of #F7158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7158C

Black with #F7158C

Text Example


Text Example

White with #F7158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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