Html Css Color HEX #F28570 Salmon

📋 copy color: '#F28570'

red 242 ◦ green 133 ◦ blue 112

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

Shades of Salmon #F28570

Tints of Salmon #F28570

RGB

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

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

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

R = 49.69%
G = 27.31%
B = 23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F28570 (or 0xF28570) is known color: Salmon. HEX triplet: F2, 85 and 70. RGB value is (242,133,112). Sum of RGB (Red+Green+Blue) = 242+133+112=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F28570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28570 is #0D7A8F. Grayscale: #A3A3A3. Windows color (decimal): -883344 or 7374322. OLE color: 7374322.

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

Color convert

RGB 242 133 112 -
CMYK 0 0.45 0.54 0.05
HSL 9.69º 0.83% 0.69% -
HSV(B) 9.69º 0.54% 0.95% -
XYZ 47.93 36.82 19.91 -
YUV 163.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 242 133 112 0 0.45 0.54 0.05 9.69 0.83 0.69
Hex F2 85 70 0 2D 36 5 A 53 45
Octal 362 205 160 0 55 66 5 12 123 105
Binary 11110010 10000101 1110000 0 101101 110110 101 1010 1010011 1000101

Color Harmonies of #F28570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28570

Black with #F28570

Text Example


Text Example

White with #F28570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28570; }

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

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

background-color css

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

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

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

border-color css

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

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

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