Html Css Color HEX #F0616B Froly

📋 copy color: '#F0616B'

red 240 ◦ green 97 ◦ blue 107

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

Shades of Froly #F0616B

Tints of Froly #F0616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 54.05%
G = 21.85%
B = 24.1%

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

#F0616B (or 0xF0616B) is known color: Froly. HEX triplet: F0, 61 and 6B. RGB value is (240,97,107). Sum of RGB (Red+Green+Blue) = 240+97+107=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0616B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0616B is #0F9E94. Grayscale: #8D8D8D. Windows color (decimal): -1023637 or 7037424. OLE color: 7037424.

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

Color convert

RGB 240 97 107 -
CMYK 0 0.60 0.55 0.06
HSL 355.8º 0.83% 0.66% -
HSV(B) 355.8º 0.6% 0.94% -
XYZ 42.86 28.14 17.08 -
YUV 140.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 240 97 107 0 0.60 0.55 0.06 355.8 0.83 0.66
Hex F0 61 6B 0 3C 37 6 164 53 42
Octal 360 141 153 0 74 67 6 544 123 102
Binary 11110000 1100001 1101011 0 111100 110111 110 101100100 1010011 1000010

Color Harmonies of #F0616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0616B

Black with #F0616B

Text Example


Text Example

White with #F0616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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