Html Css Color HEX #F0126D Ruby

📋 copy color: '#F0126D'

red 240 ◦ green 18 ◦ blue 109

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

Shades of Ruby #F0126D

Tints of Ruby #F0126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.9%

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

R = 65.4%
G = 4.9%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0126D (or 0xF0126D) is known color: Ruby. HEX triplet: F0, 12 and 6D. RGB value is (240,18,109). Sum of RGB (Red+Green+Blue) = 240+18+109=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0126D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0126D is #0FED92. Grayscale: #5E5E5E. Windows color (decimal): -1043859 or 7148272. OLE color: 7148272.

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

Color convert

RGB 240 18 109 -
CMYK 0 0.92 0.55 0.06
HSL 335.41º 0.88% 0.51% -
HSV(B) 335.41º 0.93% 0.94% -
XYZ 38.91 20.06 16.29 -
YUV 94.75 136.05 231.6 -
System Red Green Blue C M Y K H S L
Decimal 240 18 109 0 0.92 0.55 0.06 335.41 0.88 0.51
Hex F0 12 6D 0 5C 37 6 14F 58 33
Octal 360 22 155 0 134 67 6 517 130 63
Binary 11110000 10010 1101101 0 1011100 110111 110 101001111 1011000 110011

Color Harmonies of #F0126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0126D

Black with #F0126D

Text Example


Text Example

White with #F0126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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