Html Css Color HEX #F06364 Froly

📋 copy color: '#F06364'

red 240 ◦ green 99 ◦ blue 100

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

Shades of Froly #F06364

Tints of Froly #F06364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.78%

R = 54.67%
G = 22.55%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F06364 (or 0xF06364) is known color: Froly. HEX triplet: F0, 63 and 64. RGB value is (240,99,100). Sum of RGB (Red+Green+Blue) = 240+99+100=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F06364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06364 is #0F9C9B. Grayscale: #8D8D8D. Windows color (decimal): -1023132 or 6579184. OLE color: 6579184.

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

Color convert

RGB 240 99 100 -
CMYK 0 0.59 0.58 0.06
HSL 359.57º 0.82% 0.66% -
HSV(B) 359.57º 0.59% 0.94% -
XYZ 42.7 28.37 15.28 -
YUV 141.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 240 99 100 0 0.59 0.58 0.06 359.57 0.82 0.66
Hex F0 63 64 0 3B 3A 6 168 52 42
Octal 360 143 144 0 73 72 6 550 122 102
Binary 11110000 1100011 1100100 0 111011 111010 110 101101000 1010010 1000010

Color Harmonies of #F06364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06364

Black with #F06364

Text Example


Text Example

White with #F06364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06364; }

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

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

background-color css

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

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

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

border-color css

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

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

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