Html Css Color HEX #F0917B Dark Salmon

📋 copy color: '#F0917B'

red 240 ◦ green 145 ◦ blue 123

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

Shades of Dark Salmon #F0917B

Tints of Dark Salmon #F0917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.54%

 BLUE value IS 123 (48.44% from 255) = 24.21%

R = 47.24%
G = 28.54%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0917B (or 0xF0917B) is known color: Dark Salmon. HEX triplet: F0, 91 and 7B. RGB value is (240,145,123). Sum of RGB (Red+Green+Blue) = 240+145+123=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0917B is #0F6E84. Grayscale: #ABABAB. Windows color (decimal): -1011333 or 8098288. OLE color: 8098288.

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

Color convert

RGB 240 145 123 -
CMYK 0 0.40 0.49 0.06
HSL 11.28º 0.8% 0.71% -
HSV(B) 11.28º 0.49% 0.94% -
XYZ 49.64 40.21 23.88 -
YUV 170.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 240 145 123 0 0.40 0.49 0.06 11.28 0.8 0.71
Hex F0 91 7B 0 28 31 6 B 50 47
Octal 360 221 173 0 50 61 6 13 120 107
Binary 11110000 10010001 1111011 0 101000 110001 110 1011 1010000 1000111

Color Harmonies of #F0917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0917B

Black with #F0917B

Text Example


Text Example

White with #F0917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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