Html Css Color HEX #F0126A Ruby

📋 copy color: '#F0126A'

red 240 ◦ green 18 ◦ blue 106

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

Shades of Ruby #F0126A

Tints of Ruby #F0126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 65.93%
G = 4.95%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0126A (or 0xF0126A) is known color: Ruby. HEX triplet: F0, 12 and 6A. RGB value is (240,18,106). Sum of RGB (Red+Green+Blue) = 240+18+106=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F0126A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0126A is #0FED95. Grayscale: #5E5E5E. Windows color (decimal): -1043862 or 6951664. OLE color: 6951664.

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

Color convert

RGB 240 18 106 -
CMYK 0 0.92 0.56 0.06
HSL 336.22º 0.88% 0.51% -
HSV(B) 336.22º 0.93% 0.94% -
XYZ 38.75 20 15.45 -
YUV 94.41 134.55 231.84 -
System Red Green Blue C M Y K H S L
Decimal 240 18 106 0 0.92 0.56 0.06 336.22 0.88 0.51
Hex F0 12 6A 0 5C 38 6 150 58 33
Octal 360 22 152 0 134 70 6 520 130 63
Binary 11110000 10010 1101010 0 1011100 111000 110 101010000 1011000 110011

Color Harmonies of #F0126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0126A

Black with #F0126A

Text Example


Text Example

White with #F0126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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