Html Css Color HEX #F87474 Salmon

📋 copy color: '#F87474'

red 248 ◦ green 116 ◦ blue 116

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

Shades of Salmon #F87474

Tints of Salmon #F87474

RGB

 RED value IS 248 (97.27% from 255) = 51.67%

 GREEN value IS 116 (45.7% from 255) = 24.17%

 BLUE value IS 116 (45.7% from 255) = 24.17%

R = 51.67%
G = 24.17%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F87474 (or 0xF87474) is known color: Salmon. HEX triplet: F8, 74 and 74. RGB value is (248,116,116). Sum of RGB (Red+Green+Blue) = 248+116+116=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F87474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87474 is #078B8B. Grayscale: #9B9B9B. Windows color (decimal): -494476 or 7632120. OLE color: 7632120.

HSL color Cylindrical-coordinate representation of color #F87474: hue angle of 0º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87474 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 116 116 -
CMYK 0 0.53 0.53 0.03
HSL 0.9% 0.71% -
HSV(B) 0.53% 0.97% -
XYZ 48.11 33.71 20.49 -
YUV 155.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 248 116 116 0 0.53 0.53 0.03 0 0.9 0.71
Hex F8 74 74 0 35 35 3 0 5A 47
Octal 370 164 164 0 65 65 3 0 132 107
Binary 11111000 1110100 1110100 0 110101 110101 11 0 1011010 1000111

Color Harmonies of #F87474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87474

Black with #F87474

Text Example


Text Example

White with #F87474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87474; }

 p { color: rgb(248,116,116); }

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

background-color css

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

 a { background-color: rgb(248,116,116); }

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

border-color css

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

 span { border-color: rgb(248,116,116); }

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