Html Css Color HEX #F86F73 Froly

📋 copy color: '#F86F73'

red 248 ◦ green 111 ◦ blue 115

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

Shades of Froly #F86F73

Tints of Froly #F86F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.42%

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

R = 52.32%
G = 23.42%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F86F73 (or 0xF86F73) is known color: Froly. HEX triplet: F8, 6F and 73. RGB value is (248,111,115). Sum of RGB (Red+Green+Blue) = 248+111+115=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F73 is #07908C. Grayscale: #989898. Windows color (decimal): -495757 or 7565304. OLE color: 7565304.

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

Color convert

RGB 248 111 115 -
CMYK 0 0.55 0.54 0.03
HSL 358.25º 0.91% 0.7% -
HSV(B) 358.25º 0.55% 0.97% -
XYZ 47.49 32.56 20 -
YUV 152.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 248 111 115 0 0.55 0.54 0.03 358.25 0.91 0.7
Hex F8 6F 73 0 37 36 3 166 5B 46
Octal 370 157 163 0 67 66 3 546 133 106
Binary 11111000 1101111 1110011 0 110111 110110 11 101100110 1011011 1000110

Color Harmonies of #F86F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F73

Black with #F86F73

Text Example


Text Example

White with #F86F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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