Html Css Color HEX #F06871 Froly

📋 copy color: '#F06871'

red 240 ◦ green 104 ◦ blue 113

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

Shades of Froly #F06871

Tints of Froly #F06871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.76%

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

R = 52.52%
G = 22.76%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F06871 (or 0xF06871) is known color: Froly. HEX triplet: F0, 68 and 71. RGB value is (240,104,113). Sum of RGB (Red+Green+Blue) = 240+104+113=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F06871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06871 is #0F978E. Grayscale: #919191. Windows color (decimal): -1021839 or 7432432. OLE color: 7432432.

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

Color convert

RGB 240 104 113 -
CMYK 0 0.57 0.53 0.06
HSL 356.03º 0.82% 0.67% -
HSV(B) 356.03º 0.57% 0.94% -
XYZ 43.87 29.62 19.03 -
YUV 145.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 240 104 113 0 0.57 0.53 0.06 356.03 0.82 0.67
Hex F0 68 71 0 39 35 6 164 52 43
Octal 360 150 161 0 71 65 6 544 122 103
Binary 11110000 1101000 1110001 0 111001 110101 110 101100100 1010010 1000011

Color Harmonies of #F06871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06871

Black with #F06871

Text Example


Text Example

White with #F06871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06871; }

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

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

background-color css

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

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

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

border-color css

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

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

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