Html Css Color HEX #F06971 Froly

📋 copy color: '#F06971'

red 240 ◦ green 105 ◦ blue 113

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

Shades of Froly #F06971

Tints of Froly #F06971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.93%

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

R = 52.4%
G = 22.93%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F06971 (or 0xF06971) is known color: Froly. HEX triplet: F0, 69 and 71. RGB value is (240,105,113). Sum of RGB (Red+Green+Blue) = 240+105+113=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F06971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06971 is #0F968E. Grayscale: #929292. Windows color (decimal): -1021583 or 7432688. OLE color: 7432688.

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

Color convert

RGB 240 105 113 -
CMYK 0 0.56 0.53 0.06
HSL 356.44º 0.82% 0.68% -
HSV(B) 356.44º 0.56% 0.94% -
XYZ 43.97 29.82 19.06 -
YUV 146.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 240 105 113 0 0.56 0.53 0.06 356.44 0.82 0.68
Hex F0 69 71 0 38 35 6 164 52 44
Octal 360 151 161 0 70 65 6 544 122 104
Binary 11110000 1101001 1110001 0 111000 110101 110 101100100 1010010 1000100

Color Harmonies of #F06971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06971

Black with #F06971

Text Example


Text Example

White with #F06971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06971; }

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

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

background-color css

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

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

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

border-color css

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

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

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