Html Css Color HEX #F38474 Salmon

📋 copy color: '#F38474'

red 243 ◦ green 132 ◦ blue 116

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

Shades of Salmon #F38474

Tints of Salmon #F38474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.88%

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 49.49%
G = 26.88%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F38474 (or 0xF38474) is known color: Salmon. HEX triplet: F3, 84 and 74. RGB value is (243,132,116). Sum of RGB (Red+Green+Blue) = 243+132+116=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F38474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38474 is #0C7B8B. Grayscale: #A3A3A3. Windows color (decimal): -818060 or 7636211. OLE color: 7636211.

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

Color convert

RGB 243 132 116 -
CMYK 0 0.46 0.52 0.05
HSL 7.56º 0.84% 0.7% -
HSV(B) 7.56º 0.52% 0.95% -
XYZ 48.37 36.82 21.08 -
YUV 163.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 243 132 116 0 0.46 0.52 0.05 7.56 0.84 0.7
Hex F3 84 74 0 2E 34 5 8 54 46
Octal 363 204 164 0 56 64 5 10 124 106
Binary 11110011 10000100 1110100 0 101110 110100 101 1000 1010100 1000110

Color Harmonies of #F38474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38474

Black with #F38474

Text Example


Text Example

White with #F38474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38474; }

 p { color: rgb(243,132,116); }

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

background-color css

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

 a { background-color: rgb(243,132,116); }

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

border-color css

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

 span { border-color: rgb(243,132,116); }

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