Html Css Color HEX #F9197B Deep Pink

📋 copy color: '#F9197B'

red 249 ◦ green 25 ◦ blue 123

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

Shades of Deep Pink #F9197B

Tints of Deep Pink #F9197B

RGB

 RED value IS 249 (97.66% from 255) = 62.72%

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

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

R = 62.72%
G = 6.3%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9197B (or 0xF9197B) is known color: Deep Pink. HEX triplet: F9, 19 and 7B. RGB value is (249,25,123). Sum of RGB (Red+Green+Blue) = 249+25+123=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F9197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9197B is #06E684. Grayscale: #666666. Windows color (decimal): -452229 or 8067577. OLE color: 8067577.

HSL color Cylindrical-coordinate representation of color #F9197B: hue angle of 333.75º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9197B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 123 -
CMYK 0 0.90 0.51 0.02
HSL 333.75º 0.95% 0.54% -
HSV(B) 333.75º 0.9% 0.98% -
XYZ 42.99 22.27 20.77 -
YUV 103.15 139.21 232.03 -
System Red Green Blue C M Y K H S L
Decimal 249 25 123 0 0.90 0.51 0.02 333.75 0.95 0.54
Hex F9 19 7B 0 5A 33 2 14E 5F 36
Octal 371 31 173 0 132 63 2 516 137 66
Binary 11111001 11001 1111011 0 1011010 110011 10 101001110 1011111 110110

Color Harmonies of #F9197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9197B

Black with #F9197B

Text Example


Text Example

White with #F9197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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