Html Css Color HEX #F6727C Froly

📋 copy color: '#F6727C'

red 246 ◦ green 114 ◦ blue 124

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

Shades of Froly #F6727C

Tints of Froly #F6727C

RGB

 RED value IS 246 (96.48% from 255) = 50.83%

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

 BLUE value IS 124 (48.83% from 255) = 25.62%

R = 50.83%
G = 23.55%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6727C (or 0xF6727C) is known color: Froly. HEX triplet: F6, 72 and 7C. RGB value is (246,114,124). Sum of RGB (Red+Green+Blue) = 246+114+124=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6727C is #098D83. Grayscale: #9A9A9A. Windows color (decimal): -626052 or 8155894. OLE color: 8155894.

HSL color Cylindrical-coordinate representation of color #F6727C: hue angle of 355.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6727C is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 124 -
CMYK 0 0.54 0.50 0.04
HSL 355.45º 0.88% 0.71% -
HSV(B) 355.45º 0.54% 0.96% -
XYZ 47.66 33.08 22.94 -
YUV 154.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 246 114 124 0 0.54 0.50 0.04 355.45 0.88 0.71
Hex F6 72 7C 0 36 32 4 163 58 47
Octal 366 162 174 0 66 62 4 543 130 107
Binary 11110110 1110010 1111100 0 110110 110010 100 101100011 1011000 1000111

Color Harmonies of #F6727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6727C

Black with #F6727C

Text Example


Text Example

White with #F6727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6727C; }

 p { color: rgb(246,114,124); }

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

background-color css

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

 a { background-color: rgb(246,114,124); }

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

border-color css

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

 span { border-color: rgb(246,114,124); }

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