Html Css Color HEX #F38270 Salmon

📋 copy color: '#F38270'

red 243 ◦ green 130 ◦ blue 112

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

Shades of Salmon #F38270

Tints of Salmon #F38270

RGB

 RED value IS 243 (95.31% from 255) = 50.1%

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

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

R = 50.1%
G = 26.8%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F38270 (or 0xF38270) is known color: Salmon. HEX triplet: F3, 82 and 70. RGB value is (243,130,112). Sum of RGB (Red+Green+Blue) = 243+130+112=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F38270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38270 is #0C7D8F. Grayscale: #A1A1A1. Windows color (decimal): -818576 or 7373555. OLE color: 7373555.

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

Color convert

RGB 243 130 112 -
CMYK 0 0.47 0.54 0.05
HSL 8.24º 0.85% 0.7% -
HSV(B) 8.24º 0.54% 0.95% -
XYZ 47.87 36.19 19.79 -
YUV 161.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 243 130 112 0 0.47 0.54 0.05 8.24 0.85 0.7
Hex F3 82 70 0 2F 36 5 8 55 46
Octal 363 202 160 0 57 66 5 10 125 106
Binary 11110011 10000010 1110000 0 101111 110110 101 1000 1010101 1000110

Color Harmonies of #F38270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38270

Black with #F38270

Text Example


Text Example

White with #F38270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38270; }

 p { color: rgb(243,130,112); }

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

background-color css

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

 a { background-color: rgb(243,130,112); }

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

border-color css

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

 span { border-color: rgb(243,130,112); }

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