Html Css Color HEX #F06163 Froly

📋 copy color: '#F06163'

red 240 ◦ green 97 ◦ blue 99

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

Shades of Froly #F06163

Tints of Froly #F06163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 55.05%
G = 22.25%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F06163 (or 0xF06163) is known color: Froly. HEX triplet: F0, 61 and 63. RGB value is (240,97,99). Sum of RGB (Red+Green+Blue) = 240+97+99=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F06163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06163 is #0F9E9C. Grayscale: #8C8C8C. Windows color (decimal): -1023645 or 6513136. OLE color: 6513136.

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

Color convert

RGB 240 97 99 -
CMYK 0 0.60 0.59 0.06
HSL 359.16º 0.83% 0.66% -
HSV(B) 359.16º 0.6% 0.94% -
XYZ 42.46 27.98 14.97 -
YUV 139.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 240 97 99 0 0.60 0.59 0.06 359.16 0.83 0.66
Hex F0 61 63 0 3C 3B 6 167 53 42
Octal 360 141 143 0 74 73 6 547 123 102
Binary 11110000 1100001 1100011 0 111100 111011 110 101100111 1010011 1000010

Color Harmonies of #F06163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06163

Black with #F06163

Text Example


Text Example

White with #F06163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06163; }

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

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

background-color css

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

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

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

border-color css

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

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

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