Html Css Color HEX #F66365 Froly

📋 copy color: '#F66365'

red 246 ◦ green 99 ◦ blue 101

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

Shades of Froly #F66365

Tints of Froly #F66365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.2%

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 55.16%
G = 22.2%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F66365 (or 0xF66365) is known color: Froly. HEX triplet: F6, 63 and 65. RGB value is (246,99,101). Sum of RGB (Red+Green+Blue) = 246+99+101=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F66365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66365 is #099C9A. Grayscale: #8F8F8F. Windows color (decimal): -629915 or 6644726. OLE color: 6644726.

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

Color convert

RGB 246 99 101 -
CMYK 0 0.60 0.59 0.04
HSL 359.18º 0.89% 0.68% -
HSV(B) 359.18º 0.6% 0.96% -
XYZ 44.82 29.46 15.64 -
YUV 143.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 246 99 101 0 0.60 0.59 0.04 359.18 0.89 0.68
Hex F6 63 65 0 3C 3B 4 167 59 44
Octal 366 143 145 0 74 73 4 547 131 104
Binary 11110110 1100011 1100101 0 111100 111011 100 101100111 1011001 1000100

Color Harmonies of #F66365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66365

Black with #F66365

Text Example


Text Example

White with #F66365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66365; }

 p { color: rgb(246,99,101); }

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

background-color css

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

 a { background-color: rgb(246,99,101); }

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

border-color css

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

 span { border-color: rgb(246,99,101); }

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