Html Css Color HEX #F6727F Froly

📋 copy color: '#F6727F'

red 246 ◦ green 114 ◦ blue 127

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

Shades of Froly #F6727F

Tints of Froly #F6727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.08%

R = 50.51%
G = 23.41%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6727F (or 0xF6727F) is known color: Froly. HEX triplet: F6, 72 and 7F. RGB value is (246,114,127). Sum of RGB (Red+Green+Blue) = 246+114+127=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6727F is #098D80. Grayscale: #9B9B9B. Windows color (decimal): -626049 or 8352502. OLE color: 8352502.

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

Color convert

RGB 246 114 127 -
CMYK 0 0.54 0.48 0.04
HSL 354.09º 0.88% 0.71% -
HSV(B) 354.09º 0.54% 0.96% -
XYZ 47.85 33.16 23.96 -
YUV 154.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 246 114 127 0 0.54 0.48 0.04 354.09 0.88 0.71
Hex F6 72 7F 0 36 30 4 162 58 47
Octal 366 162 177 0 66 60 4 542 130 107
Binary 11110110 1110010 1111111 0 110110 110000 100 101100010 1011000 1000111

Color Harmonies of #F6727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6727F

Black with #F6727F

Text Example


Text Example

White with #F6727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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