Html Css Color HEX #F00E6D Ruby

📋 copy color: '#F00E6D'

red 240 ◦ green 14 ◦ blue 109

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

Shades of Ruby #F00E6D

Tints of Ruby #F00E6D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.86%

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

R = 66.12%
G = 3.86%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F00E6D (or 0xF00E6D) is known color: Ruby. HEX triplet: F0, 0E and 6D. RGB value is (240,14,109). Sum of RGB (Red+Green+Blue) = 240+14+109=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E6D is #0FF192. Grayscale: #5C5C5C. Windows color (decimal): -1044883 or 7147248. OLE color: 7147248.

HSL color Cylindrical-coordinate representation of color #F00E6D: hue angle of 334.78º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00E6D is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 14 109 -
CMYK 0 0.94 0.55 0.06
HSL 334.78º 0.89% 0.5% -
HSV(B) 334.78º 0.94% 0.94% -
XYZ 38.85 19.94 16.27 -
YUV 92.4 137.37 233.28 -
System Red Green Blue C M Y K H S L
Decimal 240 14 109 0 0.94 0.55 0.06 334.78 0.89 0.5
Hex F0 E 6D 0 5E 37 6 14F 59 32
Octal 360 16 155 0 136 67 6 517 131 62
Binary 11110000 1110 1101101 0 1011110 110111 110 101001111 1011001 110010

Color Harmonies of #F00E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00E6D

Black with #F00E6D

Text Example


Text Example

White with #F00E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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