Html Css Color HEX #F07F66 Salmon

📋 copy color: '#F07F66'

red 240 ◦ green 127 ◦ blue 102

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

Shades of Salmon #F07F66

Tints of Salmon #F07F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 51.17%
G = 27.08%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07F66 (or 0xF07F66) is known color: Salmon. HEX triplet: F0, 7F and 66. RGB value is (240,127,102). Sum of RGB (Red+Green+Blue) = 240+127+102=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F66 is #0F8099. Grayscale: #9E9E9E. Windows color (decimal): -1015962 or 6717424. OLE color: 6717424.

HSL color Cylindrical-coordinate representation of color #F07F66: hue angle of 10.87º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F07F66 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 102 -
CMYK 0 0.47 0.58 0.06
HSL 10.87º 0.82% 0.67% -
HSV(B) 10.87º 0.58% 0.94% -
XYZ 45.92 34.66 16.84 -
YUV 157.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 240 127 102 0 0.47 0.58 0.06 10.87 0.82 0.67
Hex F0 7F 66 0 2F 3A 6 B 52 43
Octal 360 177 146 0 57 72 6 13 122 103
Binary 11110000 1111111 1100110 0 101111 111010 110 1011 1010010 1000011

Color Harmonies of #F07F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F66

Black with #F07F66

Text Example


Text Example

White with #F07F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F66; }

 p { color: rgb(240,127,102); }

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

background-color css

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

 a { background-color: rgb(240,127,102); }

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

border-color css

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

 span { border-color: rgb(240,127,102); }

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