Html Css Color HEX #F4907C Dark Salmon

📋 copy color: '#F4907C'

red 244 ◦ green 144 ◦ blue 124

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

Shades of Dark Salmon #F4907C

Tints of Dark Salmon #F4907C

RGB

 RED value IS 244 (95.7% from 255) = 47.66%

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

 BLUE value IS 124 (48.83% from 255) = 24.22%

R = 47.66%
G = 28.13%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4907C (or 0xF4907C) is known color: Dark Salmon. HEX triplet: F4, 90 and 7C. RGB value is (244,144,124). Sum of RGB (Red+Green+Blue) = 244+144+124=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4907C is #0B6F83. Grayscale: #ABABAB. Windows color (decimal): -749444 or 8163572. OLE color: 8163572.

HSL color Cylindrical-coordinate representation of color #F4907C: hue angle of 10º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4907C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 144 124 -
CMYK 0 0.41 0.49 0.04
HSL 10º 0.85% 0.72% -
HSV(B) 10º 0.49% 0.96% -
XYZ 50.92 40.63 24.23 -
YUV 171.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 244 144 124 0 0.41 0.49 0.04 10 0.85 0.72
Hex F4 90 7C 0 29 31 4 A 55 48
Octal 364 220 174 0 51 61 4 12 125 110
Binary 11110100 10010000 1111100 0 101001 110001 100 1010 1010101 1001000

Color Harmonies of #F4907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4907C

Black with #F4907C

Text Example


Text Example

White with #F4907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4907C; }

 p { color: rgb(244,144,124); }

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

background-color css

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

 a { background-color: rgb(244,144,124); }

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

border-color css

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

 span { border-color: rgb(244,144,124); }

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