Html Css Color HEX #F38274 Salmon

📋 copy color: '#F38274'

red 243 ◦ green 130 ◦ blue 116

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

Shades of Salmon #F38274

Tints of Salmon #F38274

RGB

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

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

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

R = 49.69%
G = 26.58%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F38274 (or 0xF38274) is known color: Salmon. HEX triplet: F3, 82 and 74. RGB value is (243,130,116). Sum of RGB (Red+Green+Blue) = 243+130+116=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F38274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38274 is #0C7D8B. Grayscale: #A2A2A2. Windows color (decimal): -818572 or 7635699. OLE color: 7635699.

HSL color Cylindrical-coordinate representation of color #F38274: hue angle of 6.61º 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 #F38274 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 130 116 -
CMYK 0 0.47 0.52 0.05
HSL 6.61º 0.84% 0.7% -
HSV(B) 6.61º 0.52% 0.95% -
XYZ 48.1 36.28 20.99 -
YUV 162.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 243 130 116 0 0.47 0.52 0.05 6.61 0.84 0.7
Hex F3 82 74 0 2F 34 5 7 54 46
Octal 363 202 164 0 57 64 5 7 124 106
Binary 11110011 10000010 1110100 0 101111 110100 101 111 1010100 1000110

Color Harmonies of #F38274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38274

Black with #F38274

Text Example


Text Example

White with #F38274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38274; }

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

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

background-color css

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

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

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

border-color css

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

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

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