Html Css Color HEX #F6727A Froly

📋 copy color: '#F6727A'

red 246 ◦ green 114 ◦ blue 122

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

Shades of Froly #F6727A

Tints of Froly #F6727A

RGB

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

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

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

R = 51.04%
G = 23.65%
B = 25.31%

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

#F6727A (or 0xF6727A) is known color: Froly. HEX triplet: F6, 72 and 7A. RGB value is (246,114,122). Sum of RGB (Red+Green+Blue) = 246+114+122=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F6727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6727A is #098D85. Grayscale: #9A9A9A. Windows color (decimal): -626054 or 8024822. OLE color: 8024822.

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

Color convert

RGB 246 114 122 -
CMYK 0 0.54 0.50 0.04
HSL 356.36º 0.88% 0.71% -
HSV(B) 356.36º 0.54% 0.96% -
XYZ 47.54 33.03 22.28 -
YUV 154.38 109.73 193.35 -
System Red Green Blue C M Y K H S L
Decimal 246 114 122 0 0.54 0.50 0.04 356.36 0.88 0.71
Hex F6 72 7A 0 36 32 4 164 58 47
Octal 366 162 172 0 66 62 4 544 130 107
Binary 11110110 1110010 1111010 0 110110 110010 100 101100100 1011000 1000111

Color Harmonies of #F6727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6727A

Black with #F6727A

Text Example


Text Example

White with #F6727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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