Html Css Color HEX #F0626D Froly

📋 copy color: '#F0626D'

red 240 ◦ green 98 ◦ blue 109

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

Shades of Froly #F0626D

Tints of Froly #F0626D

RGB

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

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

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

R = 53.69%
G = 21.92%
B = 24.38%

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

#F0626D (or 0xF0626D) is known color: Froly. HEX triplet: F0, 62 and 6D. RGB value is (240,98,109). Sum of RGB (Red+Green+Blue) = 240+98+109=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0626D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0626D is #0F9D92. Grayscale: #8D8D8D. Windows color (decimal): -1023379 or 7168752. OLE color: 7168752.

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

Color convert

RGB 240 98 109 -
CMYK 0 0.59 0.55 0.06
HSL 355.35º 0.83% 0.66% -
HSV(B) 355.35º 0.59% 0.94% -
XYZ 43.06 28.36 17.67 -
YUV 141.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 240 98 109 0 0.59 0.55 0.06 355.35 0.83 0.66
Hex F0 62 6D 0 3B 37 6 163 53 42
Octal 360 142 155 0 73 67 6 543 123 102
Binary 11110000 1100010 1101101 0 111011 110111 110 101100011 1010011 1000010

Color Harmonies of #F0626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0626D

Black with #F0626D

Text Example


Text Example

White with #F0626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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