Html Css Color HEX #F66869 Froly

📋 copy color: '#F66869'

red 246 ◦ green 104 ◦ blue 105

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

Shades of Froly #F66869

Tints of Froly #F66869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.86%

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

R = 54.07%
G = 22.86%
B = 23.08%

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

#F66869 (or 0xF66869) is known color: Froly. HEX triplet: F6, 68 and 69. RGB value is (246,104,105). Sum of RGB (Red+Green+Blue) = 246+104+105=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F66869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66869 is #099796. Grayscale: #929292. Windows color (decimal): -628631 or 6908150. OLE color: 6908150.

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

Color convert

RGB 246 104 105 -
CMYK 0 0.58 0.57 0.04
HSL 359.58º 0.89% 0.69% -
HSV(B) 359.58º 0.58% 0.96% -
XYZ 45.51 30.51 16.86 -
YUV 146.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 246 104 105 0 0.58 0.57 0.04 359.58 0.89 0.69
Hex F6 68 69 0 3A 39 4 168 59 45
Octal 366 150 151 0 72 71 4 550 131 105
Binary 11110110 1101000 1101001 0 111010 111001 100 101101000 1011001 1000101

Color Harmonies of #F66869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66869

Black with #F66869

Text Example


Text Example

White with #F66869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66869; }

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

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

background-color css

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

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

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

border-color css

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

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

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