Html Css Color HEX #F06369 Froly

📋 copy color: '#F06369'

red 240 ◦ green 99 ◦ blue 105

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

Shades of Froly #F06369

Tints of Froly #F06369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 54.05%
G = 22.3%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F06369 (or 0xF06369) is known color: Froly. HEX triplet: F0, 63 and 69. RGB value is (240,99,105). Sum of RGB (Red+Green+Blue) = 240+99+105=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F06369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06369 is #0F9C96. Grayscale: #8D8D8D. Windows color (decimal): -1023127 or 6906864. OLE color: 6906864.

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

Color convert

RGB 240 99 105 -
CMYK 0 0.59 0.56 0.06
HSL 357.45º 0.82% 0.66% -
HSV(B) 357.45º 0.59% 0.94% -
XYZ 42.95 28.47 16.6 -
YUV 141.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 240 99 105 0 0.59 0.56 0.06 357.45 0.82 0.66
Hex F0 63 69 0 3B 38 6 165 52 42
Octal 360 143 151 0 73 70 6 545 122 102
Binary 11110000 1100011 1101001 0 111011 111000 110 101100101 1010010 1000010

Color Harmonies of #F06369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06369

Black with #F06369

Text Example


Text Example

White with #F06369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06369; }

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

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

background-color css

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

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

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

border-color css

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

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

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