Html Css Color HEX #F2756B Salmon

📋 copy color: '#F2756B'

red 242 ◦ green 117 ◦ blue 107

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

Shades of Salmon #F2756B

Tints of Salmon #F2756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

 BLUE value IS 107 (42.19% from 255) = 22.96%

R = 51.93%
G = 25.11%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2756B (or 0xF2756B) is known color: Salmon. HEX triplet: F2, 75 and 6B. RGB value is (242,117,107). Sum of RGB (Red+Green+Blue) = 242+117+107=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2756B is #0D8A94. Grayscale: #999999. Windows color (decimal): -887445 or 7042546. OLE color: 7042546.

HSL color Cylindrical-coordinate representation of color #F2756B: hue angle of 4.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2756B is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 117 107 -
CMYK 0 0.52 0.56 0.05
HSL 4.44º 0.84% 0.68% -
HSV(B) 4.44º 0.56% 0.95% -
XYZ 45.63 32.66 17.81 -
YUV 153.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 242 117 107 0 0.52 0.56 0.05 4.44 0.84 0.68
Hex F2 75 6B 0 34 38 5 4 54 44
Octal 362 165 153 0 64 70 5 4 124 104
Binary 11110010 1110101 1101011 0 110100 111000 101 100 1010100 1000100

Color Harmonies of #F2756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2756B

Black with #F2756B

Text Example


Text Example

White with #F2756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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