Html Css Color HEX #F86F74 Froly

📋 copy color: '#F86F74'

red 248 ◦ green 111 ◦ blue 116

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

Shades of Froly #F86F74

Tints of Froly #F86F74

RGB

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

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

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

R = 52.21%
G = 23.37%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F86F74 (or 0xF86F74) is known color: Froly. HEX triplet: F8, 6F and 74. RGB value is (248,111,116). Sum of RGB (Red+Green+Blue) = 248+111+116=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F74 is #07908B. Grayscale: #989898. Windows color (decimal): -495756 or 7630840. OLE color: 7630840.

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

Color convert

RGB 248 111 116 -
CMYK 0 0.55 0.53 0.03
HSL 357.81º 0.91% 0.7% -
HSV(B) 357.81º 0.55% 0.97% -
XYZ 47.55 32.59 20.31 -
YUV 152.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 248 111 116 0 0.55 0.53 0.03 357.81 0.91 0.7
Hex F8 6F 74 0 37 35 3 166 5B 46
Octal 370 157 164 0 67 65 3 546 133 106
Binary 11111000 1101111 1110100 0 110111 110101 11 101100110 1011011 1000110

Color Harmonies of #F86F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F74

Black with #F86F74

Text Example


Text Example

White with #F86F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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