Html Css Color HEX #F28370 Salmon

📋 copy color: '#F28370'

red 242 ◦ green 131 ◦ blue 112

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

Shades of Salmon #F28370

Tints of Salmon #F28370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.01%

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 49.9%
G = 27.01%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F28370 (or 0xF28370) is known color: Salmon. HEX triplet: F2, 83 and 70. RGB value is (242,131,112). Sum of RGB (Red+Green+Blue) = 242+131+112=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F28370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28370 is #0D7C8F. Grayscale: #A2A2A2. Windows color (decimal): -883856 or 7373810. OLE color: 7373810.

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

Color convert

RGB 242 131 112 -
CMYK 0 0.46 0.54 0.05
HSL 8.77º 0.83% 0.69% -
HSV(B) 8.77º 0.54% 0.95% -
XYZ 47.66 36.28 19.82 -
YUV 162.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 242 131 112 0 0.46 0.54 0.05 8.77 0.83 0.69
Hex F2 83 70 0 2E 36 5 9 53 45
Octal 362 203 160 0 56 66 5 11 123 105
Binary 11110010 10000011 1110000 0 101110 110110 101 1001 1010011 1000101

Color Harmonies of #F28370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28370

Black with #F28370

Text Example


Text Example

White with #F28370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28370; }

 p { color: rgb(242,131,112); }

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

background-color css

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

 a { background-color: rgb(242,131,112); }

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

border-color css

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

 span { border-color: rgb(242,131,112); }

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