Html Css Color HEX #F38366 Salmon

📋 copy color: '#F38366'

red 243 ◦ green 131 ◦ blue 102

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

Shades of Salmon #F38366

Tints of Salmon #F38366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 51.05%
G = 27.52%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F38366 (or 0xF38366) is known color: Salmon. HEX triplet: F3, 83 and 66. RGB value is (243,131,102). Sum of RGB (Red+Green+Blue) = 243+131+102=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F38366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38366 is #0C7C99. Grayscale: #A1A1A1. Windows color (decimal): -818330 or 6718451. OLE color: 6718451.

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

Color convert

RGB 243 131 102 -
CMYK 0 0.46 0.58 0.05
HSL 12.34º 0.85% 0.68% -
HSV(B) 12.34º 0.58% 0.95% -
XYZ 47.48 36.25 17.06 -
YUV 161.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 243 131 102 0 0.46 0.58 0.05 12.34 0.85 0.68
Hex F3 83 66 0 2E 3A 5 C 55 44
Octal 363 203 146 0 56 72 5 14 125 104
Binary 11110011 10000011 1100110 0 101110 111010 101 1100 1010101 1000100

Color Harmonies of #F38366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38366

Black with #F38366

Text Example


Text Example

White with #F38366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38366; }

 p { color: rgb(243,131,102); }

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

background-color css

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

 a { background-color: rgb(243,131,102); }

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

border-color css

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

 span { border-color: rgb(243,131,102); }

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