Html Css Color HEX #FB7572 Salmon

📋 copy color: '#FB7572'

red 251 ◦ green 117 ◦ blue 114

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

Shades of Salmon #FB7572

Tints of Salmon #FB7572

RGB

 RED value IS 251 (98.44% from 255) = 52.07%

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

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

R = 52.07%
G = 24.27%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB7572 (or 0xFB7572) is known color: Salmon. HEX triplet: FB, 75 and 72. RGB value is (251,117,114). Sum of RGB (Red+Green+Blue) = 251+117+114=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7572 is #048A8D. Grayscale: #9C9C9C. Windows color (decimal): -297614 or 7501307. OLE color: 7501307.

HSL color Cylindrical-coordinate representation of color #FB7572: hue angle of 1.31º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7572 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 117 114 -
CMYK 0 0.53 0.55 0.02
HSL 1.31º 0.94% 0.72% -
HSV(B) 1.31º 0.55% 0.98% -
XYZ 49.18 34.45 19.98 -
YUV 156.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 251 117 114 0 0.53 0.55 0.02 1.31 0.94 0.72
Hex FB 75 72 0 35 37 2 1 5E 48
Octal 373 165 162 0 65 67 2 1 136 110
Binary 11111011 1110101 1110010 0 110101 110111 10 1 1011110 1001000

Color Harmonies of #FB7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7572

Black with #FB7572

Text Example


Text Example

White with #FB7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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