Html Css Color HEX #F06166 Froly

📋 copy color: '#F06166'

red 240 ◦ green 97 ◦ blue 102

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

Shades of Froly #F06166

Tints of Froly #F06166

RGB

 RED value IS 240 (94.14% from 255) = 54.67%

 GREEN value IS 97 (38.28% from 255) = 22.1%

 BLUE value IS 102 (40.23% from 255) = 23.23%

R = 54.67%
G = 22.1%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F06166 (or 0xF06166) is known color: Froly. HEX triplet: F0, 61 and 66. RGB value is (240,97,102). Sum of RGB (Red+Green+Blue) = 240+97+102=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F06166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06166 is #0F9E99. Grayscale: #8C8C8C. Windows color (decimal): -1023642 or 6709744. OLE color: 6709744.

HSL color Cylindrical-coordinate representation of color #F06166: hue angle of 357.9º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06166 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 102 -
CMYK 0 0.60 0.58 0.06
HSL 357.9º 0.83% 0.66% -
HSV(B) 357.9º 0.6% 0.94% -
XYZ 42.61 28.03 15.74 -
YUV 140.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 240 97 102 0 0.60 0.58 0.06 357.9 0.83 0.66
Hex F0 61 66 0 3C 3A 6 166 53 42
Octal 360 141 146 0 74 72 6 546 123 102
Binary 11110000 1100001 1100110 0 111100 111010 110 101100110 1010011 1000010

Color Harmonies of #F06166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06166

Black with #F06166

Text Example


Text Example

White with #F06166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06166; }

 p { color: rgb(240,97,102); }

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

background-color css

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

 a { background-color: rgb(240,97,102); }

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

border-color css

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

 span { border-color: rgb(240,97,102); }

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