Html Css Color HEX #F1997F Dark Salmon

📋 copy color: '#F1997F'

red 241 ◦ green 153 ◦ blue 127

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

Shades of Dark Salmon #F1997F

Tints of Dark Salmon #F1997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.37%

 BLUE value IS 127 (50% from 255) = 24.38%

R = 46.26%
G = 29.37%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1997F (or 0xF1997F) is known color: Dark Salmon. HEX triplet: F1, 99 and 7F. RGB value is (241,153,127). Sum of RGB (Red+Green+Blue) = 241+153+127=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1997F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1997F is #0E6680. Grayscale: #B0B0B0. Windows color (decimal): -943745 or 8362481. OLE color: 8362481.

HSL color Cylindrical-coordinate representation of color #F1997F: hue angle of 13.68º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1997F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 153 127 -
CMYK 0 0.37 0.47 0.05
HSL 13.68º 0.8% 0.72% -
HSV(B) 13.68º 0.47% 0.95% -
XYZ 51.5 43.02 25.67 -
YUV 176.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 241 153 127 0 0.37 0.47 0.05 13.68 0.8 0.72
Hex F1 99 7F 0 25 2F 5 E 50 48
Octal 361 231 177 0 45 57 5 16 120 110
Binary 11110001 10011001 1111111 0 100101 101111 101 1110 1010000 1001000

Color Harmonies of #F1997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1997F

Black with #F1997F

Text Example


Text Example

White with #F1997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1997F; }

 p { color: rgb(241,153,127); }

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

background-color css

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

 a { background-color: rgb(241,153,127); }

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

border-color css

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

 span { border-color: rgb(241,153,127); }

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