Html Css Color HEX #F48B7A Salmon

📋 copy color: '#F48B7A'

red 244 ◦ green 139 ◦ blue 122

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

Shades of Salmon #F48B7A

Tints of Salmon #F48B7A

RGB

 RED value IS 244 (95.7% from 255) = 48.32%

 GREEN value IS 139 (54.69% from 255) = 27.52%

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 48.32%
G = 27.52%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F48B7A (or 0xF48B7A) is known color: Salmon. HEX triplet: F4, 8B and 7A. RGB value is (244,139,122). Sum of RGB (Red+Green+Blue) = 244+139+122=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F48B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48B7A is #0B7485. Grayscale: #A8A8A8. Windows color (decimal): -750726 or 8031220. OLE color: 8031220.

HSL color Cylindrical-coordinate representation of color #F48B7A: hue angle of 8.36º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F48B7A is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 139 122 -
CMYK 0 0.43 0.5 0.04
HSL 8.36º 0.85% 0.72% -
HSV(B) 8.36º 0.5% 0.96% -
XYZ 50.05 39.1 23.32 -
YUV 168.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 244 139 122 0 0.43 0.5 0.04 8.36 0.85 0.72
Hex F4 8B 7A 0 2B 32 4 8 55 48
Octal 364 213 172 0 53 62 4 10 125 110
Binary 11110100 10001011 1111010 0 101011 110010 100 1000 1010101 1001000

Color Harmonies of #F48B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48B7A

Black with #F48B7A

Text Example


Text Example

White with #F48B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48B7A; }

 p { color: rgb(244,139,122); }

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

background-color css

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

 a { background-color: rgb(244,139,122); }

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

border-color css

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

 span { border-color: rgb(244,139,122); }

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