Html Css Color HEX #F29375 Dark Salmon

📋 copy color: '#F29375'

red 242 ◦ green 147 ◦ blue 117

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

Shades of Dark Salmon #F29375

Tints of Dark Salmon #F29375

RGB

 RED value IS 242 (94.92% from 255) = 47.83%

 GREEN value IS 147 (57.81% from 255) = 29.05%

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 47.83%
G = 29.05%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F29375 (or 0xF29375) is known color: Dark Salmon. HEX triplet: F2, 93 and 75. RGB value is (242,147,117). Sum of RGB (Red+Green+Blue) = 242+147+117=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F29375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29375 is #0D6C8A. Grayscale: #ACACAC. Windows color (decimal): -879755 or 7705586. OLE color: 7705586.

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

Color convert

RGB 242 147 117 -
CMYK 0 0.39 0.52 0.05
HSL 14.4º 0.83% 0.7% -
HSV(B) 14.4º 0.52% 0.95% -
XYZ 50.26 41.03 22.1 -
YUV 171.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 242 147 117 0 0.39 0.52 0.05 14.4 0.83 0.7
Hex F2 93 75 0 27 34 5 E 53 46
Octal 362 223 165 0 47 64 5 16 123 106
Binary 11110010 10010011 1110101 0 100111 110100 101 1110 1010011 1000110

Color Harmonies of #F29375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29375

Black with #F29375

Text Example


Text Example

White with #F29375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29375; }

 p { color: rgb(242,147,117); }

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

background-color css

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

 a { background-color: rgb(242,147,117); }

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

border-color css

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

 span { border-color: rgb(242,147,117); }

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