Html Css Color HEX #F87071 Froly

📋 copy color: '#F87071'

red 248 ◦ green 112 ◦ blue 113

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

Shades of Froly #F87071

Tints of Froly #F87071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 113 (44.53% from 255) = 23.89%

R = 52.43%
G = 23.68%
B = 23.89%

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

#F87071 (or 0xF87071) is known color: Froly. HEX triplet: F8, 70 and 71. RGB value is (248,112,113). Sum of RGB (Red+Green+Blue) = 248+112+113=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F87071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87071 is #078F8E. Grayscale: #989898. Windows color (decimal): -495503 or 7434488. OLE color: 7434488.

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

Color convert

RGB 248 112 113 -
CMYK 0 0.55 0.54 0.03
HSL 359.56º 0.91% 0.71% -
HSV(B) 359.56º 0.55% 0.97% -
XYZ 47.49 32.74 19.44 -
YUV 152.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 248 112 113 0 0.55 0.54 0.03 359.56 0.91 0.71
Hex F8 70 71 0 37 36 3 168 5B 47
Octal 370 160 161 0 67 66 3 550 133 107
Binary 11111000 1110000 1110001 0 110111 110110 11 101101000 1011011 1000111

Color Harmonies of #F87071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87071

Black with #F87071

Text Example


Text Example

White with #F87071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87071; }

 p { color: rgb(248,112,113); }

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

background-color css

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

 a { background-color: rgb(248,112,113); }

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

border-color css

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

 span { border-color: rgb(248,112,113); }

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