Html Css Color HEX #F0626B Froly

📋 copy color: '#F0626B'

red 240 ◦ green 98 ◦ blue 107

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

Shades of Froly #F0626B

Tints of Froly #F0626B

RGB

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

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

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

R = 53.93%
G = 22.02%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0626B (or 0xF0626B) is known color: Froly. HEX triplet: F0, 62 and 6B. RGB value is (240,98,107). Sum of RGB (Red+Green+Blue) = 240+98+107=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0626B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0626B is #0F9D94. Grayscale: #8D8D8D. Windows color (decimal): -1023381 or 7037680. OLE color: 7037680.

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

Color convert

RGB 240 98 107 -
CMYK 0 0.59 0.55 0.06
HSL 356.2º 0.83% 0.66% -
HSV(B) 356.2º 0.59% 0.94% -
XYZ 42.96 28.32 17.11 -
YUV 141.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 240 98 107 0 0.59 0.55 0.06 356.2 0.83 0.66
Hex F0 62 6B 0 3B 37 6 164 53 42
Octal 360 142 153 0 73 67 6 544 123 102
Binary 11110000 1100010 1101011 0 111011 110111 110 101100100 1010011 1000010

Color Harmonies of #F0626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0626B

Black with #F0626B

Text Example


Text Example

White with #F0626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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