Html Css Color HEX #F8757E Froly

📋 copy color: '#F8757E'

red 248 ◦ green 117 ◦ blue 126

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

Shades of Froly #F8757E

Tints of Froly #F8757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.83%

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

R = 50.51%
G = 23.83%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8757E (or 0xF8757E) is known color: Froly. HEX triplet: F8, 75 and 7E. RGB value is (248,117,126). Sum of RGB (Red+Green+Blue) = 248+117+126=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8757E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8757E is #078A81. Grayscale: #9D9D9D. Windows color (decimal): -494210 or 8287736. OLE color: 8287736.

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

Color convert

RGB 248 117 126 -
CMYK 0 0.53 0.49 0.03
HSL 355.88º 0.9% 0.72% -
HSV(B) 355.88º 0.53% 0.97% -
XYZ 48.84 34.19 23.76 -
YUV 157.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 248 117 126 0 0.53 0.49 0.03 355.88 0.9 0.72
Hex F8 75 7E 0 35 31 3 164 5A 48
Octal 370 165 176 0 65 61 3 544 132 110
Binary 11111000 1110101 1111110 0 110101 110001 11 101100100 1011010 1001000

Color Harmonies of #F8757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8757E

Black with #F8757E

Text Example


Text Example

White with #F8757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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