Html Css Color HEX #F67572 Salmon

📋 copy color: '#F67572'

red 246 ◦ green 117 ◦ blue 114

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

Shades of Salmon #F67572

Tints of Salmon #F67572

RGB

 RED value IS 246 (96.48% from 255) = 51.57%

 GREEN value IS 117 (46.09% from 255) = 24.53%

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 51.57%
G = 24.53%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F67572 (or 0xF67572) is known color: Salmon. HEX triplet: F6, 75 and 72. RGB value is (246,117,114). Sum of RGB (Red+Green+Blue) = 246+117+114=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F67572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67572 is #098A8D. Grayscale: #9B9B9B. Windows color (decimal): -625294 or 7501302. OLE color: 7501302.

HSL color Cylindrical-coordinate representation of color #F67572: hue angle of 1.36º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67572 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 117 114 -
CMYK 0 0.52 0.54 0.04
HSL 1.36º 0.88% 0.71% -
HSV(B) 1.36º 0.54% 0.96% -
XYZ 47.4 33.53 19.89 -
YUV 155.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 246 117 114 0 0.52 0.54 0.04 1.36 0.88 0.71
Hex F6 75 72 0 34 36 4 1 58 47
Octal 366 165 162 0 64 66 4 1 130 107
Binary 11110110 1110101 1110010 0 110100 110110 100 1 1011000 1000111

Color Harmonies of #F67572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67572

Black with #F67572

Text Example


Text Example

White with #F67572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67572; }

 p { color: rgb(246,117,114); }

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

background-color css

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

 a { background-color: rgb(246,117,114); }

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

border-color css

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

 span { border-color: rgb(246,117,114); }

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