Html Css Color HEX #F66768 Froly

📋 copy color: '#F66768'

red 246 ◦ green 103 ◦ blue 104

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

Shades of Froly #F66768

Tints of Froly #F66768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.74%

 BLUE value IS 104 (41.02% from 255) = 22.96%

R = 54.3%
G = 22.74%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F66768 (or 0xF66768) is known color: Froly. HEX triplet: F6, 67 and 68. RGB value is (246,103,104). Sum of RGB (Red+Green+Blue) = 246+103+104=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F66768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66768 is #099897. Grayscale: #929292. Windows color (decimal): -628888 or 6842358. OLE color: 6842358.

HSL color Cylindrical-coordinate representation of color #F66768: hue angle of 359.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F66768 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 103 104 -
CMYK 0 0.58 0.58 0.04
HSL 359.58º 0.89% 0.68% -
HSV(B) 359.58º 0.58% 0.96% -
XYZ 45.35 30.29 16.55 -
YUV 145.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 246 103 104 0 0.58 0.58 0.04 359.58 0.89 0.68
Hex F6 67 68 0 3A 3A 4 168 59 44
Octal 366 147 150 0 72 72 4 550 131 104
Binary 11110110 1100111 1101000 0 111010 111010 100 101101000 1011001 1000100

Color Harmonies of #F66768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66768

Black with #F66768

Text Example


Text Example

White with #F66768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66768; }

 p { color: rgb(246,103,104); }

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

background-color css

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

 a { background-color: rgb(246,103,104); }

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

border-color css

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

 span { border-color: rgb(246,103,104); }

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