Html Css Color HEX #F87B7F Froly

📋 copy color: '#F87B7F'

red 248 ◦ green 123 ◦ blue 127

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

Shades of Froly #F87B7F

Tints of Froly #F87B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.7%

 BLUE value IS 127 (50% from 255) = 25.5%

R = 49.8%
G = 24.7%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F87B7F (or 0xF87B7F) is known color: Froly. HEX triplet: F8, 7B and 7F. RGB value is (248,123,127). Sum of RGB (Red+Green+Blue) = 248+123+127=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87B7F is #078480. Grayscale: #A0A0A0. Windows color (decimal): -492673 or 8354808. OLE color: 8354808.

HSL color Cylindrical-coordinate representation of color #F87B7F: hue angle of 358.08º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87B7F is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 123 127 -
CMYK 0 0.50 0.49 0.03
HSL 358.08º 0.9% 0.73% -
HSV(B) 358.08º 0.5% 0.97% -
XYZ 49.63 35.65 24.35 -
YUV 160.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 248 123 127 0 0.50 0.49 0.03 358.08 0.9 0.73
Hex F8 7B 7F 0 32 31 3 166 5A 49
Octal 370 173 177 0 62 61 3 546 132 111
Binary 11111000 1111011 1111111 0 110010 110001 11 101100110 1011010 1001001

Color Harmonies of #F87B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87B7F

Black with #F87B7F

Text Example


Text Example

White with #F87B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87B7F; }

 p { color: rgb(248,123,127); }

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

background-color css

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

 a { background-color: rgb(248,123,127); }

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

border-color css

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

 span { border-color: rgb(248,123,127); }

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