Html Css Color HEX #F87D7E Froly

📋 copy color: '#F87D7E'

red 248 ◦ green 125 ◦ blue 126

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

Shades of Froly #F87D7E

Tints of Froly #F87D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.05%

 BLUE value IS 126 (49.61% from 255) = 25.25%

R = 49.7%
G = 25.05%
B = 25.25%

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

#F87D7E (or 0xF87D7E) is known color: Froly. HEX triplet: F8, 7D and 7E. RGB value is (248,125,126). Sum of RGB (Red+Green+Blue) = 248+125+126=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D7E is #078281. Grayscale: #A2A2A2. Windows color (decimal): -492162 or 8289784. OLE color: 8289784.

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

Color convert

RGB 248 125 126 -
CMYK 0 0.50 0.49 0.03
HSL 359.51º 0.9% 0.73% -
HSV(B) 359.51º 0.5% 0.97% -
XYZ 49.81 36.13 24.09 -
YUV 161.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 248 125 126 0 0.50 0.49 0.03 359.51 0.9 0.73
Hex F8 7D 7E 0 32 31 3 168 5A 49
Octal 370 175 176 0 62 61 3 550 132 111
Binary 11111000 1111101 1111110 0 110010 110001 11 101101000 1011010 1001001

Color Harmonies of #F87D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87D7E

Black with #F87D7E

Text Example


Text Example

White with #F87D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87D7E; }

 p { color: rgb(248,125,126); }

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

background-color css

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

 a { background-color: rgb(248,125,126); }

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

border-color css

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

 span { border-color: rgb(248,125,126); }

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