Html Css Color HEX #F98571 Salmon

📋 copy color: '#F98571'

red 249 ◦ green 133 ◦ blue 113

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

Shades of Salmon #F98571

Tints of Salmon #F98571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.87%

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

R = 50.3%
G = 26.87%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F98571 (or 0xF98571) is known color: Salmon. HEX triplet: F9, 85 and 71. RGB value is (249,133,113). Sum of RGB (Red+Green+Blue) = 249+133+113=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F98571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98571 is #067A8E. Grayscale: #A5A5A5. Windows color (decimal): -424591 or 7439865. OLE color: 7439865.

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

Color convert

RGB 249 133 113 -
CMYK 0 0.47 0.55 0.02
HSL 8.82º 0.92% 0.71% -
HSV(B) 8.82º 0.55% 0.98% -
XYZ 50.44 38.11 20.32 -
YUV 165.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 249 133 113 0 0.47 0.55 0.02 8.82 0.92 0.71
Hex F9 85 71 0 2F 37 2 9 5C 47
Octal 371 205 161 0 57 67 2 11 134 107
Binary 11111001 10000101 1110001 0 101111 110111 10 1001 1011100 1000111

Color Harmonies of #F98571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98571

Black with #F98571

Text Example


Text Example

White with #F98571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98571; }

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

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

background-color css

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

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

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

border-color css

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

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

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