Html Css Color HEX #F06F80 Froly

📋 copy color: '#F06F80'

red 240 ◦ green 111 ◦ blue 128

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

Shades of Froly #F06F80

Tints of Froly #F06F80

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.17%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 50.1%
G = 23.17%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F06F80 (or 0xF06F80) is known color: Froly. HEX triplet: F0, 6F and 80. RGB value is (240,111,128). Sum of RGB (Red+Green+Blue) = 240+111+128=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06F80 is #0F907F. Grayscale: #979797. Windows color (decimal): -1020032 or 8417264. OLE color: 8417264.

HSL color Cylindrical-coordinate representation of color #F06F80: hue angle of 352.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06F80 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 111 128 -
CMYK 0 0.54 0.47 0.06
HSL 352.09º 0.81% 0.69% -
HSV(B) 352.09º 0.54% 0.94% -
XYZ 45.52 31.45 24.09 -
YUV 151.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 240 111 128 0 0.54 0.47 0.06 352.09 0.81 0.69
Hex F0 6F 80 0 36 2F 6 160 51 45
Octal 360 157 200 0 66 57 6 540 121 105
Binary 11110000 1101111 10000000 0 110110 101111 110 101100000 1010001 1000101

Color Harmonies of #F06F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F80

Black with #F06F80

Text Example


Text Example

White with #F06F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F80; }

 p { color: rgb(240,111,128); }

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

background-color css

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

 a { background-color: rgb(240,111,128); }

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

border-color css

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

 span { border-color: rgb(240,111,128); }

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