Html Css Color HEX #F19270 Dark Salmon

📋 copy color: '#F19270'

red 241 ◦ green 146 ◦ blue 112

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

Shades of Dark Salmon #F19270

Tints of Dark Salmon #F19270

RGB

 RED value IS 241 (94.53% from 255) = 48.3%

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

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 48.3%
G = 29.26%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F19270 (or 0xF19270) is known color: Dark Salmon. HEX triplet: F1, 92 and 70. RGB value is (241,146,112). Sum of RGB (Red+Green+Blue) = 241+146+112=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F19270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19270 is #0E6D8F. Grayscale: #AAAAAA. Windows color (decimal): -945552 or 7377649. OLE color: 7377649.

HSL color Cylindrical-coordinate representation of color #F19270: hue angle of 15.81º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F19270 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 146 112 -
CMYK 0 0.39 0.54 0.05
HSL 15.81º 0.82% 0.69% -
HSV(B) 15.81º 0.54% 0.95% -
XYZ 49.48 40.43 20.52 -
YUV 170.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 241 146 112 0 0.39 0.54 0.05 15.81 0.82 0.69
Hex F1 92 70 0 27 36 5 10 52 45
Octal 361 222 160 0 47 66 5 20 122 105
Binary 11110001 10010010 1110000 0 100111 110110 101 10000 1010010 1000101

Color Harmonies of #F19270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19270

Black with #F19270

Text Example


Text Example

White with #F19270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19270; }

 p { color: rgb(241,146,112); }

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

background-color css

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

 a { background-color: rgb(241,146,112); }

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

border-color css

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

 span { border-color: rgb(241,146,112); }

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