Html Css Color HEX #F06065 Froly

📋 copy color: '#F06065'

red 240 ◦ green 96 ◦ blue 101

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

Shades of Froly #F06065

Tints of Froly #F06065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.97%

 BLUE value IS 101 (39.84% from 255) = 23.11%

R = 54.92%
G = 21.97%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F06065 (or 0xF06065) is known color: Froly. HEX triplet: F0, 60 and 65. RGB value is (240,96,101). Sum of RGB (Red+Green+Blue) = 240+96+101=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F06065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06065 is #0F9F9A. Grayscale: #8B8B8B. Windows color (decimal): -1023899 or 6643952. OLE color: 6643952.

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

Color convert

RGB 240 96 101 -
CMYK 0 0.6 0.58 0.06
HSL 357.92º 0.83% 0.66% -
HSV(B) 357.92º 0.6% 0.94% -
XYZ 42.47 27.83 15.45 -
YUV 139.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 240 96 101 0 0.6 0.58 0.06 357.92 0.83 0.66
Hex F0 60 65 0 3C 3A 6 166 53 42
Octal 360 140 145 0 74 72 6 546 123 102
Binary 11110000 1100000 1100101 0 111100 111010 110 101100110 1010011 1000010

Color Harmonies of #F06065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06065

Black with #F06065

Text Example


Text Example

White with #F06065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06065; }

 p { color: rgb(240,96,101); }

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

background-color css

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

 a { background-color: rgb(240,96,101); }

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

border-color css

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

 span { border-color: rgb(240,96,101); }

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