Html Css Color HEX #F38571 Salmon

📋 copy color: '#F38571'

red 243 ◦ green 133 ◦ blue 113

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

Shades of Salmon #F38571

Tints of Salmon #F38571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.2%

 BLUE value IS 113 (44.53% from 255) = 23.11%

R = 49.69%
G = 27.2%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F38571 (or 0xF38571) is known color: Salmon. HEX triplet: F3, 85 and 71. RGB value is (243,133,113). Sum of RGB (Red+Green+Blue) = 243+133+113=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F38571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38571 is #0C7A8E. Grayscale: #A3A3A3. Windows color (decimal): -817807 or 7439859. OLE color: 7439859.

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

Color convert

RGB 243 133 113 -
CMYK 0 0.45 0.53 0.05
HSL 9.23º 0.84% 0.7% -
HSV(B) 9.23º 0.53% 0.95% -
XYZ 48.33 37.02 20.22 -
YUV 163.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 243 133 113 0 0.45 0.53 0.05 9.23 0.84 0.7
Hex F3 85 71 0 2D 35 5 9 54 46
Octal 363 205 161 0 55 65 5 11 124 106
Binary 11110011 10000101 1110001 0 101101 110101 101 1001 1010100 1000110

Color Harmonies of #F38571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38571

Black with #F38571

Text Example


Text Example

White with #F38571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38571; }

 p { color: rgb(243,133,113); }

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

background-color css

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

 a { background-color: rgb(243,133,113); }

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

border-color css

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

 span { border-color: rgb(243,133,113); }

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