Html Css Color HEX #F7158A Deep Pink

📋 copy color: '#F7158A'

red 247 ◦ green 21 ◦ blue 138

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

Shades of Deep Pink #F7158A

Tints of Deep Pink #F7158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 60.84%
G = 5.17%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7158A (or 0xF7158A) is known color: Deep Pink. HEX triplet: F7, 15 and 8A. RGB value is (247,21,138). Sum of RGB (Red+Green+Blue) = 247+21+138=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7158A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7158A is #08EA75. Grayscale: #656565. Windows color (decimal): -584310 or 9049591. OLE color: 9049591.

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

Color convert

RGB 247 21 138 -
CMYK 0 0.91 0.44 0.03
HSL 328.94º 0.93% 0.53% -
HSV(B) 328.94º 0.91% 0.97% -
XYZ 43.21 22.15 26.04 -
YUV 101.91 148.37 231.49 -
System Red Green Blue C M Y K H S L
Decimal 247 21 138 0 0.91 0.44 0.03 328.94 0.93 0.53
Hex F7 15 8A 0 5B 2C 3 149 5D 35
Octal 367 25 212 0 133 54 3 511 135 65
Binary 11110111 10101 10001010 0 1011011 101100 11 101001001 1011101 110101

Color Harmonies of #F7158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7158A

Black with #F7158A

Text Example


Text Example

White with #F7158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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