Html Css Color HEX #F99E7E Light Salmon

📋 copy color: '#F99E7E'

red 249 ◦ green 158 ◦ blue 126

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

Shades of Light Salmon #F99E7E

Tints of Light Salmon #F99E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.64%

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

R = 46.72%
G = 29.64%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F99E7E (or 0xF99E7E) is known color: Light Salmon. HEX triplet: F9, 9E and 7E. RGB value is (249,158,126). Sum of RGB (Red+Green+Blue) = 249+158+126=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99E7E is #066181. Grayscale: #B5B5B5. Windows color (decimal): -418178 or 8298233. OLE color: 8298233.

HSL color Cylindrical-coordinate representation of color #F99E7E: hue angle of 15.61º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F99E7E is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 158 126 -
CMYK 0 0.37 0.49 0.02
HSL 15.61º 0.91% 0.74% -
HSV(B) 15.61º 0.49% 0.98% -
XYZ 55.06 46.1 25.73 -
YUV 181.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 249 158 126 0 0.37 0.49 0.02 15.61 0.91 0.74
Hex F9 9E 7E 0 25 31 2 10 5B 4A
Octal 371 236 176 0 45 61 2 20 133 112
Binary 11111001 10011110 1111110 0 100101 110001 10 10000 1011011 1001010

Color Harmonies of #F99E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99E7E

Black with #F99E7E

Text Example


Text Example

White with #F99E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99E7E; }

 p { color: rgb(249,158,126); }

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

background-color css

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

 a { background-color: rgb(249,158,126); }

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

border-color css

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

 span { border-color: rgb(249,158,126); }

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