Html Css Color HEX #F06271 Froly

📋 copy color: '#F06271'

red 240 ◦ green 98 ◦ blue 113

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

Shades of Froly #F06271

Tints of Froly #F06271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.06%

R = 53.22%
G = 21.73%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F06271 (or 0xF06271) is known color: Froly. HEX triplet: F0, 62 and 71. RGB value is (240,98,113). Sum of RGB (Red+Green+Blue) = 240+98+113=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F06271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06271 is #0F9D8E. Grayscale: #8E8E8E. Windows color (decimal): -1023375 or 7430896. OLE color: 7430896.

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

Color convert

RGB 240 98 113 -
CMYK 0 0.59 0.53 0.06
HSL 353.66º 0.83% 0.66% -
HSV(B) 353.66º 0.59% 0.94% -
XYZ 43.28 28.45 18.83 -
YUV 142.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 240 98 113 0 0.59 0.53 0.06 353.66 0.83 0.66
Hex F0 62 71 0 3B 35 6 162 53 42
Octal 360 142 161 0 73 65 6 542 123 102
Binary 11110000 1100010 1110001 0 111011 110101 110 101100010 1010011 1000010

Color Harmonies of #F06271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06271

Black with #F06271

Text Example


Text Example

White with #F06271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06271; }

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

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

background-color css

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

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

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

border-color css

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

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

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