Html Css Color HEX #F06370 Froly

📋 copy color: '#F06370'

red 240 ◦ green 99 ◦ blue 112

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

Shades of Froly #F06370

Tints of Froly #F06370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 53.22%
G = 21.95%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F06370 (or 0xF06370) is known color: Froly. HEX triplet: F0, 63 and 70. RGB value is (240,99,112). Sum of RGB (Red+Green+Blue) = 240+99+112=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F06370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06370 is #0F9C8F. Grayscale: #8E8E8E. Windows color (decimal): -1023120 or 7365616. OLE color: 7365616.

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

Color convert

RGB 240 99 112 -
CMYK 0 0.59 0.53 0.06
HSL 354.47º 0.82% 0.66% -
HSV(B) 354.47º 0.59% 0.94% -
XYZ 43.32 28.62 18.57 -
YUV 142.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 240 99 112 0 0.59 0.53 0.06 354.47 0.82 0.66
Hex F0 63 70 0 3B 35 6 162 52 42
Octal 360 143 160 0 73 65 6 542 122 102
Binary 11110000 1100011 1110000 0 111011 110101 110 101100010 1010010 1000010

Color Harmonies of #F06370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06370

Black with #F06370

Text Example


Text Example

White with #F06370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06370; }

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

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

background-color css

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

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

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

border-color css

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

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

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