Html Css Color HEX #F8787C Froly

📋 copy color: '#F8787C'

red 248 ◦ green 120 ◦ blue 124

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

Shades of Froly #F8787C

Tints of Froly #F8787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.39%

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 50.41%
G = 24.39%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F8787C (or 0xF8787C) is known color: Froly. HEX triplet: F8, 78 and 7C. RGB value is (248,120,124). Sum of RGB (Red+Green+Blue) = 248+120+124=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8787C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8787C is #078783. Grayscale: #9E9E9E. Windows color (decimal): -493444 or 8157432. OLE color: 8157432.

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

Color convert

RGB 248 120 124 -
CMYK 0 0.52 0.5 0.03
HSL 358.13º 0.9% 0.72% -
HSV(B) 358.13º 0.52% 0.97% -
XYZ 49.07 34.84 23.21 -
YUV 158.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 248 120 124 0 0.52 0.5 0.03 358.13 0.9 0.72
Hex F8 78 7C 0 34 32 3 166 5A 48
Octal 370 170 174 0 64 62 3 546 132 110
Binary 11111000 1111000 1111100 0 110100 110010 11 101100110 1011010 1001000

Color Harmonies of #F8787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8787C

Black with #F8787C

Text Example


Text Example

White with #F8787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8787C; }

 p { color: rgb(248,120,124); }

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

background-color css

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

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

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

border-color css

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

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

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