Html Css Color HEX #F06873 Froly

📋 copy color: '#F06873'

red 240 ◦ green 104 ◦ blue 115

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

Shades of Froly #F06873

Tints of Froly #F06873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.05%

R = 52.29%
G = 22.66%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F06873 (or 0xF06873) is known color: Froly. HEX triplet: F0, 68 and 73. RGB value is (240,104,115). Sum of RGB (Red+Green+Blue) = 240+104+115=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F06873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06873 is #0F978C. Grayscale: #929292. Windows color (decimal): -1021837 or 7563504. OLE color: 7563504.

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

Color convert

RGB 240 104 115 -
CMYK 0 0.57 0.52 0.06
HSL 355.15º 0.82% 0.67% -
HSV(B) 355.15º 0.57% 0.94% -
XYZ 43.98 29.66 19.63 -
YUV 145.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 240 104 115 0 0.57 0.52 0.06 355.15 0.82 0.67
Hex F0 68 73 0 39 34 6 163 52 43
Octal 360 150 163 0 71 64 6 543 122 103
Binary 11110000 1101000 1110011 0 111001 110100 110 101100011 1010010 1000011

Color Harmonies of #F06873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06873

Black with #F06873

Text Example


Text Example

White with #F06873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06873; }

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

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

background-color css

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

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

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

border-color css

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

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

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