Html Css Color HEX #F7197B Deep Pink

📋 copy color: '#F7197B'

red 247 ◦ green 25 ◦ blue 123

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

Shades of Deep Pink #F7197B

Tints of Deep Pink #F7197B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.33%

 BLUE value IS 123 (48.44% from 255) = 31.14%

R = 62.53%
G = 6.33%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7197B (or 0xF7197B) is known color: Deep Pink. HEX triplet: F7, 19 and 7B. RGB value is (247,25,123). Sum of RGB (Red+Green+Blue) = 247+25+123=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F7197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7197B is #08E684. Grayscale: #666666. Windows color (decimal): -583301 or 8067575. OLE color: 8067575.

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

Color convert

RGB 247 25 123 -
CMYK 0 0.90 0.50 0.03
HSL 333.51º 0.93% 0.53% -
HSV(B) 333.51º 0.9% 0.97% -
XYZ 42.28 21.9 20.74 -
YUV 102.55 139.55 231.03 -
System Red Green Blue C M Y K H S L
Decimal 247 25 123 0 0.90 0.50 0.03 333.51 0.93 0.53
Hex F7 19 7B 0 5A 32 3 14E 5D 35
Octal 367 31 173 0 132 62 3 516 135 65
Binary 11110111 11001 1111011 0 1011010 110010 11 101001110 1011101 110101

Color Harmonies of #F7197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7197B

Black with #F7197B

Text Example


Text Example

White with #F7197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7197B; }

 p { color: rgb(247,25,123); }

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

background-color css

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

 a { background-color: rgb(247,25,123); }

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

border-color css

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

 span { border-color: rgb(247,25,123); }

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