Html Css Color HEX #F0126C Ruby

📋 copy color: '#F0126C'

red 240 ◦ green 18 ◦ blue 108

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

Shades of Ruby #F0126C

Tints of Ruby #F0126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 65.57%
G = 4.92%
B = 29.51%

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

#F0126C (or 0xF0126C) is known color: Ruby. HEX triplet: F0, 12 and 6C. RGB value is (240,18,108). Sum of RGB (Red+Green+Blue) = 240+18+108=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0126C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0126C is #0FED93. Grayscale: #5E5E5E. Windows color (decimal): -1043860 or 7082736. OLE color: 7082736.

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

Color convert

RGB 240 18 108 -
CMYK 0 0.92 0.55 0.06
HSL 335.68º 0.88% 0.51% -
HSV(B) 335.68º 0.93% 0.94% -
XYZ 38.86 20.04 16.01 -
YUV 94.64 135.55 231.68 -
System Red Green Blue C M Y K H S L
Decimal 240 18 108 0 0.92 0.55 0.06 335.68 0.88 0.51
Hex F0 12 6C 0 5C 37 6 150 58 33
Octal 360 22 154 0 134 67 6 520 130 63
Binary 11110000 10010 1101100 0 1011100 110111 110 101010000 1011000 110011

Color Harmonies of #F0126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0126C

Black with #F0126C

Text Example


Text Example

White with #F0126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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