Html Css Color HEX #F1197E Deep Pink

📋 copy color: '#F1197E'

red 241 ◦ green 25 ◦ blue 126

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

Shades of Deep Pink #F1197E

Tints of Deep Pink #F1197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 61.48%
G = 6.38%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1197E (or 0xF1197E) is known color: Deep Pink. HEX triplet: F1, 19 and 7E. RGB value is (241,25,126). Sum of RGB (Red+Green+Blue) = 241+25+126=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F1197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1197E is #0EE681. Grayscale: #646464. Windows color (decimal): -976514 or 8264177. OLE color: 8264177.

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

Color convert

RGB 241 25 126 -
CMYK 0 0.90 0.48 0.05
HSL 331.94º 0.89% 0.52% -
HSV(B) 331.94º 0.9% 0.95% -
XYZ 40.39 20.9 21.64 -
YUV 101.1 142.06 227.79 -
System Red Green Blue C M Y K H S L
Decimal 241 25 126 0 0.90 0.48 0.05 331.94 0.89 0.52
Hex F1 19 7E 0 5A 30 5 14C 59 34
Octal 361 31 176 0 132 60 5 514 131 64
Binary 11110001 11001 1111110 0 1011010 110000 101 101001100 1011001 110100

Color Harmonies of #F1197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1197E

Black with #F1197E

Text Example


Text Example

White with #F1197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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