Html Css Color HEX #F06371 Froly

📋 copy color: '#F06371'

red 240 ◦ green 99 ◦ blue 113

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

Shades of Froly #F06371

Tints of Froly #F06371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.9%

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

R = 53.1%
G = 21.9%
B = 25%

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

#F06371 (or 0xF06371) is known color: Froly. HEX triplet: F0, 63 and 71. RGB value is (240,99,113). Sum of RGB (Red+Green+Blue) = 240+99+113=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F06371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06371 is #0F9C8E. Grayscale: #8E8E8E. Windows color (decimal): -1023119 or 7431152. OLE color: 7431152.

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

Color convert

RGB 240 99 113 -
CMYK 0 0.59 0.53 0.06
HSL 354.04º 0.82% 0.66% -
HSV(B) 354.04º 0.59% 0.94% -
XYZ 43.38 28.64 18.86 -
YUV 142.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 240 99 113 0 0.59 0.53 0.06 354.04 0.82 0.66
Hex F0 63 71 0 3B 35 6 162 52 42
Octal 360 143 161 0 73 65 6 542 122 102
Binary 11110000 1100011 1110001 0 111011 110101 110 101100010 1010010 1000010

Color Harmonies of #F06371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06371

Black with #F06371

Text Example


Text Example

White with #F06371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06371; }

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

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

background-color css

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

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

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

border-color css

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

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

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