Html Css Color HEX #F8727A Froly

📋 copy color: '#F8727A'

red 248 ◦ green 114 ◦ blue 122

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

Shades of Froly #F8727A

Tints of Froly #F8727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.21%

R = 51.24%
G = 23.55%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F8727A (or 0xF8727A) is known color: Froly. HEX triplet: F8, 72 and 7A. RGB value is (248,114,122). Sum of RGB (Red+Green+Blue) = 248+114+122=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8727A is #078D85. Grayscale: #9B9B9B. Windows color (decimal): -494982 or 8024824. OLE color: 8024824.

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

Color convert

RGB 248 114 122 -
CMYK 0 0.54 0.51 0.03
HSL 356.42º 0.91% 0.71% -
HSV(B) 356.42º 0.54% 0.97% -
XYZ 48.24 33.4 22.32 -
YUV 154.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 248 114 122 0 0.54 0.51 0.03 356.42 0.91 0.71
Hex F8 72 7A 0 36 33 3 164 5B 47
Octal 370 162 172 0 66 63 3 544 133 107
Binary 11111000 1110010 1111010 0 110110 110011 11 101100100 1011011 1000111

Color Harmonies of #F8727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8727A

Black with #F8727A

Text Example


Text Example

White with #F8727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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