Html Css Color HEX #F0616A Froly

📋 copy color: '#F0616A'

red 240 ◦ green 97 ◦ blue 106

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

Shades of Froly #F0616A

Tints of Froly #F0616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.93%

R = 54.18%
G = 21.9%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0616A (or 0xF0616A) is known color: Froly. HEX triplet: F0, 61 and 6A. RGB value is (240,97,106). Sum of RGB (Red+Green+Blue) = 240+97+106=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0616A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0616A is #0F9E95. Grayscale: #8C8C8C. Windows color (decimal): -1023638 or 6971888. OLE color: 6971888.

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

Color convert

RGB 240 97 106 -
CMYK 0 0.60 0.56 0.06
HSL 356.22º 0.83% 0.66% -
HSV(B) 356.22º 0.6% 0.94% -
XYZ 42.81 28.12 16.81 -
YUV 140.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 240 97 106 0 0.60 0.56 0.06 356.22 0.83 0.66
Hex F0 61 6A 0 3C 38 6 164 53 42
Octal 360 141 152 0 74 70 6 544 123 102
Binary 11110000 1100001 1101010 0 111100 111000 110 101100100 1010011 1000010

Color Harmonies of #F0616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0616A

Black with #F0616A

Text Example


Text Example

White with #F0616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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