Html Css Color HEX #F06465 Froly

📋 copy color: '#F06465'

red 240 ◦ green 100 ◦ blue 101

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

Shades of Froly #F06465

Tints of Froly #F06465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.68%

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

R = 54.42%
G = 22.68%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F06465 (or 0xF06465) is known color: Froly. HEX triplet: F0, 64 and 65. RGB value is (240,100,101). Sum of RGB (Red+Green+Blue) = 240+100+101=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F06465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06465 is #0F9B9A. Grayscale: #8E8E8E. Windows color (decimal): -1022875 or 6644976. OLE color: 6644976.

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

Color convert

RGB 240 100 101 -
CMYK 0 0.58 0.58 0.06
HSL 359.57º 0.82% 0.67% -
HSV(B) 359.57º 0.58% 0.94% -
XYZ 42.84 28.58 15.57 -
YUV 141.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 240 100 101 0 0.58 0.58 0.06 359.57 0.82 0.67
Hex F0 64 65 0 3A 3A 6 168 52 43
Octal 360 144 145 0 72 72 6 550 122 103
Binary 11110000 1100100 1100101 0 111010 111010 110 101101000 1010010 1000011

Color Harmonies of #F06465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06465

Black with #F06465

Text Example


Text Example

White with #F06465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06465; }

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

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

background-color css

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

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

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

border-color css

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

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

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