Html Css Color HEX #F27F75 Salmon

📋 copy color: '#F27F75'

red 242 ◦ green 127 ◦ blue 117

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

Shades of Salmon #F27F75

Tints of Salmon #F27F75

RGB

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

 GREEN value IS 127 (50% from 255) = 26.13%

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

R = 49.79%
G = 26.13%
B = 24.07%

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

#F27F75 (or 0xF27F75) is known color: Salmon. HEX triplet: F2, 7F and 75. RGB value is (242,127,117). Sum of RGB (Red+Green+Blue) = 242+127+117=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F75 is #0D808A. Grayscale: #A0A0A0. Windows color (decimal): -884875 or 7700466. OLE color: 7700466.

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

Color convert

RGB 242 127 117 -
CMYK 0 0.48 0.52 0.05
HSL 4.8º 0.83% 0.7% -
HSV(B) 4.8º 0.52% 0.95% -
XYZ 47.42 35.34 21.15 -
YUV 160.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 242 127 117 0 0.48 0.52 0.05 4.8 0.83 0.7
Hex F2 7F 75 0 30 34 5 5 53 46
Octal 362 177 165 0 60 64 5 5 123 106
Binary 11110010 1111111 1110101 0 110000 110100 101 101 1010011 1000110

Color Harmonies of #F27F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F75

Black with #F27F75

Text Example


Text Example

White with #F27F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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