Html Css Color HEX #F47F67 Salmon

📋 copy color: '#F47F67'

red 244 ◦ green 127 ◦ blue 103

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

Shades of Salmon #F47F67

Tints of Salmon #F47F67

RGB

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

 GREEN value IS 127 (50% from 255) = 26.79%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 51.48%
G = 26.79%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F47F67 (or 0xF47F67) is known color: Salmon. HEX triplet: F4, 7F and 67. RGB value is (244,127,103). Sum of RGB (Red+Green+Blue) = 244+127+103=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47F67 is #0B8098. Grayscale: #9F9F9F. Windows color (decimal): -753817 or 6782964. OLE color: 6782964.

HSL color Cylindrical-coordinate representation of color #F47F67: hue angle of 10.21º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F47F67 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 127 103 -
CMYK 0 0.48 0.58 0.04
HSL 10.21º 0.87% 0.68% -
HSV(B) 10.21º 0.58% 0.96% -
XYZ 47.35 35.39 17.17 -
YUV 159.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 244 127 103 0 0.48 0.58 0.04 10.21 0.87 0.68
Hex F4 7F 67 0 30 3A 4 A 57 44
Octal 364 177 147 0 60 72 4 12 127 104
Binary 11110100 1111111 1100111 0 110000 111010 100 1010 1010111 1000100

Color Harmonies of #F47F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47F67

Black with #F47F67

Text Example


Text Example

White with #F47F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47F67; }

 p { color: rgb(244,127,103); }

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

background-color css

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

 a { background-color: rgb(244,127,103); }

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

border-color css

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

 span { border-color: rgb(244,127,103); }

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