Html Css Color HEX #F7149B Deep Pink

📋 copy color: '#F7149B'

red 247 ◦ green 20 ◦ blue 155

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

Shades of Deep Pink #F7149B

Tints of Deep Pink #F7149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.74%

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

R = 58.53%
G = 4.74%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7149B (or 0xF7149B) is known color: Deep Pink. HEX triplet: F7, 14 and 9B. RGB value is (247,20,155). Sum of RGB (Red+Green+Blue) = 247+20+155=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7149B is #08EB64. Grayscale: #666666. Windows color (decimal): -584549 or 10163447. OLE color: 10163447.

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

Color convert

RGB 247 20 155 -
CMYK 0 0.92 0.37 0.03
HSL 324.32º 0.93% 0.52% -
HSV(B) 324.32º 0.92% 0.97% -
XYZ 44.52 22.64 33.03 -
YUV 103.26 157.21 230.52 -
System Red Green Blue C M Y K H S L
Decimal 247 20 155 0 0.92 0.37 0.03 324.32 0.93 0.52
Hex F7 14 9B 0 5C 25 3 144 5D 34
Octal 367 24 233 0 134 45 3 504 135 64
Binary 11110111 10100 10011011 0 1011100 100101 11 101000100 1011101 110100

Color Harmonies of #F7149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7149B

Black with #F7149B

Text Example


Text Example

White with #F7149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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