Html Css Color HEX #F98F71 Salmon

📋 copy color: '#F98F71'

red 249 ◦ green 143 ◦ blue 113

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

Shades of Salmon #F98F71

Tints of Salmon #F98F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.32%

 BLUE value IS 113 (44.53% from 255) = 22.38%

R = 49.31%
G = 28.32%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F98F71 (or 0xF98F71) is known color: Salmon. HEX triplet: F9, 8F and 71. RGB value is (249,143,113). Sum of RGB (Red+Green+Blue) = 249+143+113=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98F71 is #06708E. Grayscale: #ABABAB. Windows color (decimal): -422031 or 7442425. OLE color: 7442425.

HSL color Cylindrical-coordinate representation of color #F98F71: hue angle of 13.24º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F98F71 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 143 113 -
CMYK 0 0.43 0.55 0.02
HSL 13.24º 0.92% 0.71% -
HSV(B) 13.24º 0.55% 0.98% -
XYZ 51.87 40.98 20.8 -
YUV 171.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 249 143 113 0 0.43 0.55 0.02 13.24 0.92 0.71
Hex F9 8F 71 0 2B 37 2 D 5C 47
Octal 371 217 161 0 53 67 2 15 134 107
Binary 11111001 10001111 1110001 0 101011 110111 10 1101 1011100 1000111

Color Harmonies of #F98F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98F71

Black with #F98F71

Text Example


Text Example

White with #F98F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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