Html Css Color HEX #F06265 Froly

📋 copy color: '#F06265'

red 240 ◦ green 98 ◦ blue 101

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

Shades of Froly #F06265

Tints of Froly #F06265

RGB

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

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

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

R = 54.67%
G = 22.32%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F06265 (or 0xF06265) is known color: Froly. HEX triplet: F0, 62 and 65. RGB value is (240,98,101). Sum of RGB (Red+Green+Blue) = 240+98+101=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F06265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06265 is #0F9D9A. Grayscale: #8C8C8C. Windows color (decimal): -1023387 or 6644464. OLE color: 6644464.

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

Color convert

RGB 240 98 101 -
CMYK 0 0.59 0.58 0.06
HSL 358.73º 0.83% 0.66% -
HSV(B) 358.73º 0.59% 0.94% -
XYZ 42.65 28.2 15.51 -
YUV 140.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 240 98 101 0 0.59 0.58 0.06 358.73 0.83 0.66
Hex F0 62 65 0 3B 3A 6 167 53 42
Octal 360 142 145 0 73 72 6 547 123 102
Binary 11110000 1100010 1100101 0 111011 111010 110 101100111 1010011 1000010

Color Harmonies of #F06265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06265

Black with #F06265

Text Example


Text Example

White with #F06265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06265; }

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

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

background-color css

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

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

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

border-color css

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

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

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