Html Css Color HEX #F66769 Froly

📋 copy color: '#F66769'

red 246 ◦ green 103 ◦ blue 105

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

Shades of Froly #F66769

Tints of Froly #F66769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.13%

R = 54.19%
G = 22.69%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F66769 (or 0xF66769) is known color: Froly. HEX triplet: F6, 67 and 69. RGB value is (246,103,105). Sum of RGB (Red+Green+Blue) = 246+103+105=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F66769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66769 is #099896. Grayscale: #929292. Windows color (decimal): -628887 or 6907894. OLE color: 6907894.

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

Color convert

RGB 246 103 105 -
CMYK 0 0.58 0.57 0.04
HSL 359.16º 0.89% 0.68% -
HSV(B) 359.16º 0.58% 0.96% -
XYZ 45.41 30.31 16.82 -
YUV 145.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 246 103 105 0 0.58 0.57 0.04 359.16 0.89 0.68
Hex F6 67 69 0 3A 39 4 167 59 44
Octal 366 147 151 0 72 71 4 547 131 104
Binary 11110110 1100111 1101001 0 111010 111001 100 101100111 1011001 1000100

Color Harmonies of #F66769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66769

Black with #F66769

Text Example


Text Example

White with #F66769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66769; }

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

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

background-color css

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

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

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

border-color css

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

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

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