Html Css Color HEX #F0126F Ruby

📋 copy color: '#F0126F'

red 240 ◦ green 18 ◦ blue 111

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

Shades of Ruby #F0126F

Tints of Ruby #F0126F

RGB

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

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

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

R = 65.04%
G = 4.88%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0126F (or 0xF0126F) is known color: Ruby. HEX triplet: F0, 12 and 6F. RGB value is (240,18,111). Sum of RGB (Red+Green+Blue) = 240+18+111=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0126F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0126F is #0FED90. Grayscale: #5E5E5E. Windows color (decimal): -1043857 or 7279344. OLE color: 7279344.

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

Color convert

RGB 240 18 111 -
CMYK 0 0.92 0.54 0.06
HSL 334.86º 0.88% 0.51% -
HSV(B) 334.86º 0.93% 0.94% -
XYZ 39.02 20.11 16.86 -
YUV 94.98 137.05 231.44 -
System Red Green Blue C M Y K H S L
Decimal 240 18 111 0 0.92 0.54 0.06 334.86 0.88 0.51
Hex F0 12 6F 0 5C 36 6 14F 58 33
Octal 360 22 157 0 134 66 6 517 130 63
Binary 11110000 10010 1101111 0 1011100 110110 110 101001111 1011000 110011

Color Harmonies of #F0126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0126F

Black with #F0126F

Text Example


Text Example

White with #F0126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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