Html Css Color HEX #F28970 Salmon

📋 copy color: '#F28970'

red 242 ◦ green 137 ◦ blue 112

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

Shades of Salmon #F28970

Tints of Salmon #F28970

RGB

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

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

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

R = 49.29%
G = 27.9%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F28970 (or 0xF28970) is known color: Salmon. HEX triplet: F2, 89 and 70. RGB value is (242,137,112). Sum of RGB (Red+Green+Blue) = 242+137+112=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F28970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28970 is #0D768F. Grayscale: #A5A5A5. Windows color (decimal): -882320 or 7375346. OLE color: 7375346.

HSL color Cylindrical-coordinate representation of color #F28970: hue angle of 11.54º 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 #F28970 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 112 -
CMYK 0 0.43 0.54 0.05
HSL 11.54º 0.83% 0.69% -
HSV(B) 11.54º 0.54% 0.95% -
XYZ 48.49 37.94 20.1 -
YUV 165.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 242 137 112 0 0.43 0.54 0.05 11.54 0.83 0.69
Hex F2 89 70 0 2B 36 5 C 53 45
Octal 362 211 160 0 53 66 5 14 123 105
Binary 11110010 10001001 1110000 0 101011 110110 101 1100 1010011 1000101

Color Harmonies of #F28970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28970

Black with #F28970

Text Example


Text Example

White with #F28970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28970; }

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

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

background-color css

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

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

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

border-color css

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

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

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