Html Css Color HEX #F06874 Froly

📋 copy color: '#F06874'

red 240 ◦ green 104 ◦ blue 116

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

Shades of Froly #F06874

Tints of Froly #F06874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 52.17%
G = 22.61%
B = 25.22%

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

#F06874 (or 0xF06874) is known color: Froly. HEX triplet: F0, 68 and 74. RGB value is (240,104,116). Sum of RGB (Red+Green+Blue) = 240+104+116=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F06874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06874 is #0F978B. Grayscale: #929292. Windows color (decimal): -1021836 or 7629040. OLE color: 7629040.

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

Color convert

RGB 240 104 116 -
CMYK 0 0.57 0.52 0.06
HSL 354.71º 0.82% 0.67% -
HSV(B) 354.71º 0.57% 0.94% -
XYZ 44.04 29.69 19.93 -
YUV 146.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 240 104 116 0 0.57 0.52 0.06 354.71 0.82 0.67
Hex F0 68 74 0 39 34 6 163 52 43
Octal 360 150 164 0 71 64 6 543 122 103
Binary 11110000 1101000 1110100 0 111001 110100 110 101100011 1010010 1000011

Color Harmonies of #F06874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06874

Black with #F06874

Text Example


Text Example

White with #F06874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06874; }

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

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

background-color css

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

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

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

border-color css

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

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

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