Html Css Color HEX #F28268 Salmon

📋 copy color: '#F28268'

red 242 ◦ green 130 ◦ blue 104

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

Shades of Salmon #F28268

Tints of Salmon #F28268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.31%

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 50.84%
G = 27.31%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F28268 (or 0xF28268) is known color: Salmon. HEX triplet: F2, 82 and 68. RGB value is (242,130,104). Sum of RGB (Red+Green+Blue) = 242+130+104=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F28268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28268 is #0D7D97. Grayscale: #A0A0A0. Windows color (decimal): -884120 or 6849266. OLE color: 6849266.

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

Color convert

RGB 242 130 104 -
CMYK 0 0.46 0.57 0.05
HSL 11.3º 0.84% 0.68% -
HSV(B) 11.3º 0.57% 0.95% -
XYZ 47.1 35.84 17.53 -
YUV 160.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 242 130 104 0 0.46 0.57 0.05 11.3 0.84 0.68
Hex F2 82 68 0 2E 39 5 B 54 44
Octal 362 202 150 0 56 71 5 13 124 104
Binary 11110010 10000010 1101000 0 101110 111001 101 1011 1010100 1000100

Color Harmonies of #F28268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28268

Black with #F28268

Text Example


Text Example

White with #F28268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28268; }

 p { color: rgb(242,130,104); }

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

background-color css

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

 a { background-color: rgb(242,130,104); }

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

border-color css

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

 span { border-color: rgb(242,130,104); }

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