Html Css Color HEX #F27C70 Salmon

📋 copy color: '#F27C70'

red 242 ◦ green 124 ◦ blue 112

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

Shades of Salmon #F27C70

Tints of Salmon #F27C70

RGB

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

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

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

R = 50.63%
G = 25.94%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F27C70 (or 0xF27C70) is known color: Salmon. HEX triplet: F2, 7C and 70. RGB value is (242,124,112). Sum of RGB (Red+Green+Blue) = 242+124+112=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C70 is #0D838F. Grayscale: #9E9E9E. Windows color (decimal): -885648 or 7372018. OLE color: 7372018.

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

Color convert

RGB 242 124 112 -
CMYK 0 0.49 0.54 0.05
HSL 5.54º 0.83% 0.69% -
HSV(B) 5.54º 0.54% 0.95% -
XYZ 46.75 34.46 19.52 -
YUV 157.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 242 124 112 0 0.49 0.54 0.05 5.54 0.83 0.69
Hex F2 7C 70 0 31 36 5 6 53 45
Octal 362 174 160 0 61 66 5 6 123 105
Binary 11110010 1111100 1110000 0 110001 110110 101 110 1010011 1000101

Color Harmonies of #F27C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C70

Black with #F27C70

Text Example


Text Example

White with #F27C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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