Html Css Color HEX #F8767C Froly

📋 copy color: '#F8767C'

red 248 ◦ green 118 ◦ blue 124

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

Shades of Froly #F8767C

Tints of Froly #F8767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.08%

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

R = 50.61%
G = 24.08%
B = 25.31%

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

#F8767C (or 0xF8767C) is known color: Froly. HEX triplet: F8, 76 and 7C. RGB value is (248,118,124). Sum of RGB (Red+Green+Blue) = 248+118+124=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8767C is #078983. Grayscale: #9D9D9D. Windows color (decimal): -493956 or 8156920. OLE color: 8156920.

HSL color Cylindrical-coordinate representation of color #F8767C: hue angle of 357.23º 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 #F8767C is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 118 124 -
CMYK 0 0.52 0.5 0.03
HSL 357.23º 0.9% 0.72% -
HSV(B) 357.23º 0.52% 0.97% -
XYZ 48.83 34.37 23.13 -
YUV 157.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 248 118 124 0 0.52 0.5 0.03 357.23 0.9 0.72
Hex F8 76 7C 0 34 32 3 165 5A 48
Octal 370 166 174 0 64 62 3 545 132 110
Binary 11111000 1110110 1111100 0 110100 110010 11 101100101 1011010 1001000

Color Harmonies of #F8767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8767C

Black with #F8767C

Text Example


Text Example

White with #F8767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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