Html Css Color HEX #F07B6A Salmon

📋 copy color: '#F07B6A'

red 240 ◦ green 123 ◦ blue 106

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

Shades of Salmon #F07B6A

Tints of Salmon #F07B6A

RGB

 RED value IS 240 (94.14% from 255) = 51.17%

 GREEN value IS 123 (48.44% from 255) = 26.23%

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 51.17%
G = 26.23%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F07B6A (or 0xF07B6A) is known color: Salmon. HEX triplet: F0, 7B and 6A. RGB value is (240,123,106). Sum of RGB (Red+Green+Blue) = 240+123+106=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B6A is #0F8495. Grayscale: #9C9C9C. Windows color (decimal): -1016982 or 6978544. OLE color: 6978544.

HSL color Cylindrical-coordinate representation of color #F07B6A: hue angle of 7.61º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F07B6A is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 123 106 -
CMYK 0 0.49 0.56 0.06
HSL 7.61º 0.82% 0.68% -
HSV(B) 7.61º 0.56% 0.94% -
XYZ 45.62 33.73 17.74 -
YUV 156.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 240 123 106 0 0.49 0.56 0.06 7.61 0.82 0.68
Hex F0 7B 6A 0 31 38 6 8 52 44
Octal 360 173 152 0 61 70 6 10 122 104
Binary 11110000 1111011 1101010 0 110001 111000 110 1000 1010010 1000100

Color Harmonies of #F07B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B6A

Black with #F07B6A

Text Example


Text Example

White with #F07B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B6A; }

 p { color: rgb(240,123,106); }

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

background-color css

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

 a { background-color: rgb(240,123,106); }

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

border-color css

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

 span { border-color: rgb(240,123,106); }

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