Html Css Color HEX #F0626F Froly

📋 copy color: '#F0626F'

red 240 ◦ green 98 ◦ blue 111

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

Shades of Froly #F0626F

Tints of Froly #F0626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.83%

 BLUE value IS 111 (43.75% from 255) = 24.72%

R = 53.45%
G = 21.83%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0626F (or 0xF0626F) is known color: Froly. HEX triplet: F0, 62 and 6F. RGB value is (240,98,111). Sum of RGB (Red+Green+Blue) = 240+98+111=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0626F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0626F is #0F9D90. Grayscale: #8E8E8E. Windows color (decimal): -1023377 or 7299824. OLE color: 7299824.

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

Color convert

RGB 240 98 111 -
CMYK 0 0.59 0.54 0.06
HSL 354.51º 0.83% 0.66% -
HSV(B) 354.51º 0.59% 0.94% -
XYZ 43.17 28.41 18.25 -
YUV 141.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 240 98 111 0 0.59 0.54 0.06 354.51 0.83 0.66
Hex F0 62 6F 0 3B 36 6 163 53 42
Octal 360 142 157 0 73 66 6 543 123 102
Binary 11110000 1100010 1101111 0 111011 110110 110 101100011 1010011 1000010

Color Harmonies of #F0626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0626F

Black with #F0626F

Text Example


Text Example

White with #F0626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0626F; }

 p { color: rgb(240,98,111); }

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

background-color css

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

 a { background-color: rgb(240,98,111); }

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

border-color css

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

 span { border-color: rgb(240,98,111); }

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