Html Css Color HEX #F08F7A Dark Salmon

📋 copy color: '#F08F7A'

red 240 ◦ green 143 ◦ blue 122

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

Shades of Dark Salmon #F08F7A

Tints of Dark Salmon #F08F7A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.32%

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 47.52%
G = 28.32%
B = 24.16%

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

#F08F7A (or 0xF08F7A) is known color: Dark Salmon. HEX triplet: F0, 8F and 7A. RGB value is (240,143,122). Sum of RGB (Red+Green+Blue) = 240+143+122=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F7A is #0F7085. Grayscale: #A9A9A9. Windows color (decimal): -1011846 or 8032240. OLE color: 8032240.

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

Color convert

RGB 240 143 122 -
CMYK 0 0.40 0.49 0.06
HSL 10.68º 0.8% 0.71% -
HSV(B) 10.68º 0.49% 0.94% -
XYZ 49.27 39.58 23.45 -
YUV 169.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 240 143 122 0 0.40 0.49 0.06 10.68 0.8 0.71
Hex F0 8F 7A 0 28 31 6 B 50 47
Octal 360 217 172 0 50 61 6 13 120 107
Binary 11110000 10001111 1111010 0 101000 110001 110 1011 1010000 1000111

Color Harmonies of #F08F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F7A

Black with #F08F7A

Text Example


Text Example

White with #F08F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F7A; }

 p { color: rgb(240,143,122); }

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

background-color css

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

 a { background-color: rgb(240,143,122); }

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

border-color css

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

 span { border-color: rgb(240,143,122); }

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