Html Css Color HEX #F06263 Froly

📋 copy color: '#F06263'

red 240 ◦ green 98 ◦ blue 99

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

Shades of Froly #F06263

Tints of Froly #F06263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.43%

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

R = 54.92%
G = 22.43%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F06263 (or 0xF06263) is known color: Froly. HEX triplet: F0, 62 and 63. RGB value is (240,98,99). Sum of RGB (Red+Green+Blue) = 240+98+99=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F06263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06263 is #0F9D9C. Grayscale: #8C8C8C. Windows color (decimal): -1023389 or 6513392. OLE color: 6513392.

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

Color convert

RGB 240 98 99 -
CMYK 0 0.59 0.59 0.06
HSL 359.58º 0.83% 0.66% -
HSV(B) 359.58º 0.59% 0.94% -
XYZ 42.55 28.16 15 -
YUV 140.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 240 98 99 0 0.59 0.59 0.06 359.58 0.83 0.66
Hex F0 62 63 0 3B 3B 6 168 53 42
Octal 360 142 143 0 73 73 6 550 123 102
Binary 11110000 1100010 1100011 0 111011 111011 110 101101000 1010011 1000010

Color Harmonies of #F06263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06263

Black with #F06263

Text Example


Text Example

White with #F06263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06263; }

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

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

background-color css

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

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

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

border-color css

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

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

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