Html Css Color HEX #F87275 Froly

📋 copy color: '#F87275'

red 248 ◦ green 114 ◦ blue 117

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

Shades of Froly #F87275

Tints of Froly #F87275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.43%

R = 51.77%
G = 23.8%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F87275 (or 0xF87275) is known color: Froly. HEX triplet: F8, 72 and 75. RGB value is (248,114,117). Sum of RGB (Red+Green+Blue) = 248+114+117=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F87275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87275 is #078D8A. Grayscale: #9A9A9A. Windows color (decimal): -494987 or 7697144. OLE color: 7697144.

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

Color convert

RGB 248 114 117 -
CMYK 0 0.54 0.53 0.03
HSL 358.66º 0.91% 0.71% -
HSV(B) 358.66º 0.54% 0.97% -
XYZ 47.94 33.28 20.73 -
YUV 154.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 248 114 117 0 0.54 0.53 0.03 358.66 0.91 0.71
Hex F8 72 75 0 36 35 3 167 5B 47
Octal 370 162 165 0 66 65 3 547 133 107
Binary 11111000 1110010 1110101 0 110110 110101 11 101100111 1011011 1000111

Color Harmonies of #F87275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87275

Black with #F87275

Text Example


Text Example

White with #F87275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87275; }

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

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

background-color css

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

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

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

border-color css

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

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

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