Html Css Color HEX #F28975 Salmon

📋 copy color: '#F28975'

red 242 ◦ green 137 ◦ blue 117

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

Shades of Salmon #F28975

Tints of Salmon #F28975

RGB

 RED value IS 242 (94.92% from 255) = 48.79%

 GREEN value IS 137 (53.91% from 255) = 27.62%

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 48.79%
G = 27.62%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F28975 (or 0xF28975) is known color: Salmon. HEX triplet: F2, 89 and 75. RGB value is (242,137,117). Sum of RGB (Red+Green+Blue) = 242+137+117=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F28975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28975 is #0D768A. Grayscale: #A6A6A6. Windows color (decimal): -882315 or 7703026. OLE color: 7703026.

HSL color Cylindrical-coordinate representation of color #F28975: hue angle of 9.6º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F28975 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 117 -
CMYK 0 0.43 0.52 0.05
HSL 9.6º 0.83% 0.7% -
HSV(B) 9.6º 0.52% 0.95% -
XYZ 48.77 38.05 21.6 -
YUV 166.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 242 137 117 0 0.43 0.52 0.05 9.6 0.83 0.7
Hex F2 89 75 0 2B 34 5 A 53 46
Octal 362 211 165 0 53 64 5 12 123 106
Binary 11110010 10001001 1110101 0 101011 110100 101 1010 1010011 1000110

Color Harmonies of #F28975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28975

Black with #F28975

Text Example


Text Example

White with #F28975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28975; }

 p { color: rgb(242,137,117); }

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

background-color css

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

 a { background-color: rgb(242,137,117); }

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

border-color css

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

 span { border-color: rgb(242,137,117); }

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