Html Css Color HEX #F6777F Froly

📋 copy color: '#F6777F'

red 246 ◦ green 119 ◦ blue 127

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

Shades of Froly #F6777F

Tints of Froly #F6777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.19%

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

R = 50%
G = 24.19%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6777F (or 0xF6777F) is known color: Froly. HEX triplet: F6, 77 and 7F. RGB value is (246,119,127). Sum of RGB (Red+Green+Blue) = 246+119+127=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6777F is #098880. Grayscale: #9D9D9D. Windows color (decimal): -624769 or 8353782. OLE color: 8353782.

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

Color convert

RGB 246 119 127 -
CMYK 0 0.52 0.48 0.04
HSL 356.22º 0.88% 0.72% -
HSV(B) 356.22º 0.52% 0.96% -
XYZ 48.43 34.32 24.15 -
YUV 157.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 246 119 127 0 0.52 0.48 0.04 356.22 0.88 0.72
Hex F6 77 7F 0 34 30 4 164 58 48
Octal 366 167 177 0 64 60 4 544 130 110
Binary 11110110 1110111 1111111 0 110100 110000 100 101100100 1011000 1001000

Color Harmonies of #F6777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6777F

Black with #F6777F

Text Example


Text Example

White with #F6777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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