Html Css Color HEX #F1198F Deep Pink

📋 copy color: '#F1198F'

red 241 ◦ green 25 ◦ blue 143

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

Shades of Deep Pink #F1198F

Tints of Deep Pink #F1198F

RGB

 RED value IS 241 (94.53% from 255) = 58.92%

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

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

R = 58.92%
G = 6.11%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1198F (or 0xF1198F) is known color: Deep Pink. HEX triplet: F1, 19 and 8F. RGB value is (241,25,143). Sum of RGB (Red+Green+Blue) = 241+25+143=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F1198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1198F is #0EE670. Grayscale: #666666. Windows color (decimal): -976497 or 9378289. OLE color: 9378289.

HSL color Cylindrical-coordinate representation of color #F1198F: hue angle of 327.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1198F is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 143 -
CMYK 0 0.90 0.41 0.05
HSL 327.22º 0.89% 0.52% -
HSV(B) 327.22º 0.9% 0.95% -
XYZ 41.58 21.38 27.92 -
YUV 103.04 150.56 226.41 -
System Red Green Blue C M Y K H S L
Decimal 241 25 143 0 0.90 0.41 0.05 327.22 0.89 0.52
Hex F1 19 8F 0 5A 29 5 147 59 34
Octal 361 31 217 0 132 51 5 507 131 64
Binary 11110001 11001 10001111 0 1011010 101001 101 101000111 1011001 110100

Color Harmonies of #F1198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1198F

Black with #F1198F

Text Example


Text Example

White with #F1198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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