Html Css Color HEX #F0927F Dark Salmon

📋 copy color: '#F0927F'

red 240 ◦ green 146 ◦ blue 127

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

Shades of Dark Salmon #F0927F

Tints of Dark Salmon #F0927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.46%

 BLUE value IS 127 (50% from 255) = 24.76%

R = 46.78%
G = 28.46%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0927F (or 0xF0927F) is known color: Dark Salmon. HEX triplet: F0, 92 and 7F. RGB value is (240,146,127). Sum of RGB (Red+Green+Blue) = 240+146+127=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0927F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0927F is #0F6D80. Grayscale: #ACACAC. Windows color (decimal): -1011073 or 8360688. OLE color: 8360688.

HSL color Cylindrical-coordinate representation of color #F0927F: hue angle of 10.09º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0927F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 146 127 -
CMYK 0 0.39 0.47 0.06
HSL 10.09º 0.79% 0.72% -
HSV(B) 10.09º 0.47% 0.94% -
XYZ 50.04 40.62 25.28 -
YUV 171.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 240 146 127 0 0.39 0.47 0.06 10.09 0.79 0.72
Hex F0 92 7F 0 27 2F 6 A 4F 48
Octal 360 222 177 0 47 57 6 12 117 110
Binary 11110000 10010010 1111111 0 100111 101111 110 1010 1001111 1001000

Color Harmonies of #F0927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0927F

Black with #F0927F

Text Example


Text Example

White with #F0927F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0927F; }

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

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

background-color css

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

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

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

border-color css

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

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

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