Html Css Color HEX #F27970 Salmon

📋 copy color: '#F27970'

red 242 ◦ green 121 ◦ blue 112

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

Shades of Salmon #F27970

Tints of Salmon #F27970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.47%

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 50.95%
G = 25.47%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F27970 (or 0xF27970) is known color: Salmon. HEX triplet: F2, 79 and 70. RGB value is (242,121,112). Sum of RGB (Red+Green+Blue) = 242+121+112=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F27970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27970 is #0D868F. Grayscale: #9C9C9C. Windows color (decimal): -886416 or 7371250. OLE color: 7371250.

HSL color Cylindrical-coordinate representation of color #F27970: hue angle of 4.15º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F27970 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 112 -
CMYK 0 0.50 0.54 0.05
HSL 4.15º 0.83% 0.69% -
HSV(B) 4.15º 0.54% 0.95% -
XYZ 46.38 33.72 19.39 -
YUV 156.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 242 121 112 0 0.50 0.54 0.05 4.15 0.83 0.69
Hex F2 79 70 0 32 36 5 4 53 45
Octal 362 171 160 0 62 66 5 4 123 105
Binary 11110010 1111001 1110000 0 110010 110110 101 100 1010011 1000101

Color Harmonies of #F27970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27970

Black with #F27970

Text Example


Text Example

White with #F27970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27970; }

 p { color: rgb(242,121,112); }

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

background-color css

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

 a { background-color: rgb(242,121,112); }

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

border-color css

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

 span { border-color: rgb(242,121,112); }

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