Html Css Color HEX #F27B73 Salmon

📋 copy color: '#F27B73'

red 242 ◦ green 123 ◦ blue 115

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

Shades of Salmon #F27B73

Tints of Salmon #F27B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.63%

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

R = 50.42%
G = 25.63%
B = 23.96%

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

#F27B73 (or 0xF27B73) is known color: Salmon. HEX triplet: F2, 7B and 73. RGB value is (242,123,115). Sum of RGB (Red+Green+Blue) = 242+123+115=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B73 is #0D848C. Grayscale: #9D9D9D. Windows color (decimal): -885901 or 7568370. OLE color: 7568370.

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

Color convert

RGB 242 123 115 -
CMYK 0 0.49 0.52 0.05
HSL 3.78º 0.83% 0.7% -
HSV(B) 3.78º 0.52% 0.95% -
XYZ 46.8 34.28 20.37 -
YUV 157.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 242 123 115 0 0.49 0.52 0.05 3.78 0.83 0.7
Hex F2 7B 73 0 31 34 5 4 53 46
Octal 362 173 163 0 61 64 5 4 123 106
Binary 11110010 1111011 1110011 0 110001 110100 101 100 1010011 1000110

Color Harmonies of #F27B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27B73

Black with #F27B73

Text Example


Text Example

White with #F27B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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