Html Css Color HEX #F06373 Froly

📋 copy color: '#F06373'

red 240 ◦ green 99 ◦ blue 115

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

Shades of Froly #F06373

Tints of Froly #F06373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 52.86%
G = 21.81%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F06373 (or 0xF06373) is known color: Froly. HEX triplet: F0, 63 and 73. RGB value is (240,99,115). Sum of RGB (Red+Green+Blue) = 240+99+115=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F06373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06373 is #0F9C8C. Grayscale: #8F8F8F. Windows color (decimal): -1023117 or 7562224. OLE color: 7562224.

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

Color convert

RGB 240 99 115 -
CMYK 0 0.59 0.52 0.06
HSL 353.19º 0.82% 0.66% -
HSV(B) 353.19º 0.59% 0.94% -
XYZ 43.49 28.69 19.46 -
YUV 142.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 240 99 115 0 0.59 0.52 0.06 353.19 0.82 0.66
Hex F0 63 73 0 3B 34 6 161 52 42
Octal 360 143 163 0 73 64 6 541 122 102
Binary 11110000 1100011 1110011 0 111011 110100 110 101100001 1010010 1000010

Color Harmonies of #F06373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06373

Black with #F06373

Text Example


Text Example

White with #F06373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06373; }

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

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

background-color css

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

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

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

border-color css

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

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

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