Html Css Color HEX #F07F67 Salmon

📋 copy color: '#F07F67'

red 240 ◦ green 127 ◦ blue 103

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

Shades of Salmon #F07F67

Tints of Salmon #F07F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.91%

R = 51.06%
G = 27.02%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F07F67 (or 0xF07F67) is known color: Salmon. HEX triplet: F0, 7F and 67. RGB value is (240,127,103). Sum of RGB (Red+Green+Blue) = 240+127+103=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F67 is #0F8098. Grayscale: #9E9E9E. Windows color (decimal): -1015961 or 6782960. OLE color: 6782960.

HSL color Cylindrical-coordinate representation of color #F07F67: hue angle of 10.51º 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 #F07F67 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 103 -
CMYK 0 0.47 0.57 0.06
HSL 10.51º 0.82% 0.67% -
HSV(B) 10.51º 0.57% 0.94% -
XYZ 45.97 34.68 17.1 -
YUV 158.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 240 127 103 0 0.47 0.57 0.06 10.51 0.82 0.67
Hex F0 7F 67 0 2F 39 6 B 52 43
Octal 360 177 147 0 57 71 6 13 122 103
Binary 11110000 1111111 1100111 0 101111 111001 110 1011 1010010 1000011

Color Harmonies of #F07F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F67

Black with #F07F67

Text Example


Text Example

White with #F07F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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