Html Css Color HEX #F6767C Froly

📋 copy color: '#F6767C'

red 246 ◦ green 118 ◦ blue 124

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

Shades of Froly #F6767C

Tints of Froly #F6767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.18%

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

R = 50.41%
G = 24.18%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6767C (or 0xF6767C) is known color: Froly. HEX triplet: F6, 76 and 7C. RGB value is (246,118,124). Sum of RGB (Red+Green+Blue) = 246+118+124=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6767C is #098983. Grayscale: #9D9D9D. Windows color (decimal): -625028 or 8156918. OLE color: 8156918.

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

Color convert

RGB 246 118 124 -
CMYK 0 0.52 0.50 0.04
HSL 357.19º 0.88% 0.71% -
HSV(B) 357.19º 0.52% 0.96% -
XYZ 48.12 34 23.1 -
YUV 156.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 246 118 124 0 0.52 0.50 0.04 357.19 0.88 0.71
Hex F6 76 7C 0 34 32 4 165 58 47
Octal 366 166 174 0 64 62 4 545 130 107
Binary 11110110 1110110 1111100 0 110100 110010 100 101100101 1011000 1000111

Color Harmonies of #F6767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6767C

Black with #F6767C

Text Example


Text Example

White with #F6767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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