Html Css Color HEX #F87273 Froly

📋 copy color: '#F87273'

red 248 ◦ green 114 ◦ blue 115

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

Shades of Froly #F87273

Tints of Froly #F87273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.11%

R = 51.99%
G = 23.9%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F87273 (or 0xF87273) is known color: Froly. HEX triplet: F8, 72 and 73. RGB value is (248,114,115). Sum of RGB (Red+Green+Blue) = 248+114+115=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F87273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87273 is #078D8C. Grayscale: #9A9A9A. Windows color (decimal): -494989 or 7566072. OLE color: 7566072.

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

Color convert

RGB 248 114 115 -
CMYK 0 0.54 0.54 0.03
HSL 359.55º 0.91% 0.71% -
HSV(B) 359.55º 0.54% 0.97% -
XYZ 47.82 33.23 20.11 -
YUV 154.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 248 114 115 0 0.54 0.54 0.03 359.55 0.91 0.71
Hex F8 72 73 0 36 36 3 168 5B 47
Octal 370 162 163 0 66 66 3 550 133 107
Binary 11111000 1110010 1110011 0 110110 110110 11 101101000 1011011 1000111

Color Harmonies of #F87273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87273

Black with #F87273

Text Example


Text Example

White with #F87273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87273; }

 p { color: rgb(248,114,115); }

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

background-color css

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

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

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

border-color css

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

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

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