Html Css Color HEX #F9198F Deep Pink

📋 copy color: '#F9198F'

red 249 ◦ green 25 ◦ blue 143

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

Shades of Deep Pink #F9198F

Tints of Deep Pink #F9198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 59.71%
G = 6%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9198F (or 0xF9198F) is known color: Deep Pink. HEX triplet: F9, 19 and 8F. RGB value is (249,25,143). Sum of RGB (Red+Green+Blue) = 249+25+143=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F9198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9198F is #06E670. Grayscale: #696969. Windows color (decimal): -452209 or 9378297. OLE color: 9378297.

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

Color convert

RGB 249 25 143 -
CMYK 0 0.90 0.43 0.02
HSL 328.39º 0.95% 0.54% -
HSV(B) 328.39º 0.9% 0.98% -
XYZ 44.37 22.82 28.05 -
YUV 105.43 149.21 230.41 -
System Red Green Blue C M Y K H S L
Decimal 249 25 143 0 0.90 0.43 0.02 328.39 0.95 0.54
Hex F9 19 8F 0 5A 2B 2 148 5F 36
Octal 371 31 217 0 132 53 2 510 137 66
Binary 11111001 11001 10001111 0 1011010 101011 10 101001000 1011111 110110

Color Harmonies of #F9198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9198F

Black with #F9198F

Text Example


Text Example

White with #F9198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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