Html Css Color HEX #F0616D Froly

📋 copy color: '#F0616D'

red 240 ◦ green 97 ◦ blue 109

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

Shades of Froly #F0616D

Tints of Froly #F0616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

 BLUE value IS 109 (42.97% from 255) = 24.44%

R = 53.81%
G = 21.75%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0616D (or 0xF0616D) is known color: Froly. HEX triplet: F0, 61 and 6D. RGB value is (240,97,109). Sum of RGB (Red+Green+Blue) = 240+97+109=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0616D is #0F9E92. Grayscale: #8D8D8D. Windows color (decimal): -1023635 or 7168496. OLE color: 7168496.

HSL color Cylindrical-coordinate representation of color #F0616D: hue angle of 354.97º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0616D is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 109 -
CMYK 0 0.60 0.55 0.06
HSL 354.97º 0.83% 0.66% -
HSV(B) 354.97º 0.6% 0.94% -
XYZ 42.97 28.18 17.64 -
YUV 141.13 109.88 198.52 -
System Red Green Blue C M Y K H S L
Decimal 240 97 109 0 0.60 0.55 0.06 354.97 0.83 0.66
Hex F0 61 6D 0 3C 37 6 163 53 42
Octal 360 141 155 0 74 67 6 543 123 102
Binary 11110000 1100001 1101101 0 111100 110111 110 101100011 1010011 1000010

Color Harmonies of #F0616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0616D

Black with #F0616D

Text Example


Text Example

White with #F0616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0616D; }

 p { color: rgb(240,97,109); }

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

background-color css

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

 a { background-color: rgb(240,97,109); }

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

border-color css

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

 span { border-color: rgb(240,97,109); }

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