Html Css Color HEX #F67680 Froly

📋 copy color: '#F67680'

red 246 ◦ green 118 ◦ blue 128

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

Shades of Froly #F67680

Tints of Froly #F67680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 50%
G = 23.98%
B = 26.02%

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

#F67680 (or 0xF67680) is known color: Froly. HEX triplet: F6, 76 and 80. RGB value is (246,118,128). Sum of RGB (Red+Green+Blue) = 246+118+128=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F67680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67680 is #09897F. Grayscale: #9D9D9D. Windows color (decimal): -625024 or 8419062. OLE color: 8419062.

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

Color convert

RGB 246 118 128 -
CMYK 0 0.52 0.48 0.04
HSL 355.31º 0.88% 0.71% -
HSV(B) 355.31º 0.52% 0.96% -
XYZ 48.38 34.11 24.46 -
YUV 157.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 246 118 128 0 0.52 0.48 0.04 355.31 0.88 0.71
Hex F6 76 80 0 34 30 4 163 58 47
Octal 366 166 200 0 64 60 4 543 130 107
Binary 11110110 1110110 10000000 0 110100 110000 100 101100011 1011000 1000111

Color Harmonies of #F67680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67680

Black with #F67680

Text Example


Text Example

White with #F67680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67680; }

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

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

background-color css

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

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

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

border-color css

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

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

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