Html Css Color HEX #F27C73 Salmon

📋 copy color: '#F27C73'

red 242 ◦ green 124 ◦ blue 115

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

Shades of Salmon #F27C73

Tints of Salmon #F27C73

RGB

 RED value IS 242 (94.92% from 255) = 50.31%

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 115 (45.31% from 255) = 23.91%

R = 50.31%
G = 25.78%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F27C73 (or 0xF27C73) is known color: Salmon. HEX triplet: F2, 7C and 73. RGB value is (242,124,115). Sum of RGB (Red+Green+Blue) = 242+124+115=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C73 is #0D838C. Grayscale: #9E9E9E. Windows color (decimal): -885645 or 7568626. OLE color: 7568626.

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

Color convert

RGB 242 124 115 -
CMYK 0 0.49 0.52 0.05
HSL 4.25º 0.83% 0.7% -
HSV(B) 4.25º 0.52% 0.95% -
XYZ 46.92 34.53 20.41 -
YUV 158.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 242 124 115 0 0.49 0.52 0.05 4.25 0.83 0.7
Hex F2 7C 73 0 31 34 5 4 53 46
Octal 362 174 163 0 61 64 5 4 123 106
Binary 11110010 1111100 1110011 0 110001 110100 101 100 1010011 1000110

Color Harmonies of #F27C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C73

Black with #F27C73

Text Example


Text Example

White with #F27C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C73; }

 p { color: rgb(242,124,115); }

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

background-color css

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

 a { background-color: rgb(242,124,115); }

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

border-color css

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

 span { border-color: rgb(242,124,115); }

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