Html Css Color HEX #F0136E Ruby

📋 copy color: '#F0136E'

red 240 ◦ green 19 ◦ blue 110

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

Shades of Ruby #F0136E

Tints of Ruby #F0136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 65.04%
G = 5.15%
B = 29.81%

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

#F0136E (or 0xF0136E) is known color: Ruby. HEX triplet: F0, 13 and 6E. RGB value is (240,19,110). Sum of RGB (Red+Green+Blue) = 240+19+110=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0136E is #0FEC91. Grayscale: #5F5F5F. Windows color (decimal): -1043602 or 7214064. OLE color: 7214064.

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

Color convert

RGB 240 19 110 -
CMYK 0 0.92 0.54 0.06
HSL 335.29º 0.88% 0.51% -
HSV(B) 335.29º 0.92% 0.94% -
XYZ 38.98 20.12 16.58 -
YUV 95.45 136.22 231.1 -
System Red Green Blue C M Y K H S L
Decimal 240 19 110 0 0.92 0.54 0.06 335.29 0.88 0.51
Hex F0 13 6E 0 5C 36 6 14F 58 33
Octal 360 23 156 0 134 66 6 517 130 63
Binary 11110000 10011 1101110 0 1011100 110110 110 101001111 1011000 110011

Color Harmonies of #F0136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0136E

Black with #F0136E

Text Example


Text Example

White with #F0136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0136E; }

 p { color: rgb(240,19,110); }

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

background-color css

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

 a { background-color: rgb(240,19,110); }

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

border-color css

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

 span { border-color: rgb(240,19,110); }

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