Html Css Color HEX #F0907F Dark Salmon

📋 copy color: '#F0907F'

red 240 ◦ green 144 ◦ blue 127

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

Shades of Dark Salmon #F0907F

Tints of Dark Salmon #F0907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.18%

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

R = 46.97%
G = 28.18%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0907F (or 0xF0907F) is known color: Dark Salmon. HEX triplet: F0, 90 and 7F. RGB value is (240,144,127). Sum of RGB (Red+Green+Blue) = 240+144+127=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0907F is #0F6F80. Grayscale: #AAAAAA. Windows color (decimal): -1011585 or 8360176. OLE color: 8360176.

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

Color convert

RGB 240 144 127 -
CMYK 0 0.4 0.47 0.06
HSL 9.03º 0.79% 0.72% -
HSV(B) 9.03º 0.47% 0.94% -
XYZ 49.74 40 25.18 -
YUV 170.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 240 144 127 0 0.4 0.47 0.06 9.03 0.79 0.72
Hex F0 90 7F 0 28 2F 6 9 4F 48
Octal 360 220 177 0 50 57 6 11 117 110
Binary 11110000 10010000 1111111 0 101000 101111 110 1001 1001111 1001000

Color Harmonies of #F0907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0907F

Black with #F0907F

Text Example


Text Example

White with #F0907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0907F; }

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

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

background-color css

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

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

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

border-color css

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

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

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