Html Css Color HEX #F27E75 Salmon

📋 copy color: '#F27E75'

red 242 ◦ green 126 ◦ blue 117

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

Shades of Salmon #F27E75

Tints of Salmon #F27E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.98%

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 49.9%
G = 25.98%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F27E75 (or 0xF27E75) is known color: Salmon. HEX triplet: F2, 7E and 75. RGB value is (242,126,117). Sum of RGB (Red+Green+Blue) = 242+126+117=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E75 is #0D818A. Grayscale: #9F9F9F. Windows color (decimal): -885131 or 7700210. OLE color: 7700210.

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

Color convert

RGB 242 126 117 -
CMYK 0 0.48 0.52 0.05
HSL 4.32º 0.83% 0.7% -
HSV(B) 4.32º 0.52% 0.95% -
XYZ 47.29 35.08 21.11 -
YUV 159.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 242 126 117 0 0.48 0.52 0.05 4.32 0.83 0.7
Hex F2 7E 75 0 30 34 5 4 53 46
Octal 362 176 165 0 60 64 5 4 123 106
Binary 11110010 1111110 1110101 0 110000 110100 101 100 1010011 1000110

Color Harmonies of #F27E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27E75

Black with #F27E75

Text Example


Text Example

White with #F27E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27E75; }

 p { color: rgb(242,126,117); }

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

background-color css

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

 a { background-color: rgb(242,126,117); }

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

border-color css

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

 span { border-color: rgb(242,126,117); }

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