Html Css Color HEX #F0156E Ruby

📋 copy color: '#F0156E'

red 240 ◦ green 21 ◦ blue 110

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

Shades of Ruby #F0156E

Tints of Ruby #F0156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.66%

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

R = 64.69%
G = 5.66%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0156E (or 0xF0156E) is known color: Ruby. HEX triplet: F0, 15 and 6E. RGB value is (240,21,110). Sum of RGB (Red+Green+Blue) = 240+21+110=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0156E is #0FEA91. Grayscale: #606060. Windows color (decimal): -1043090 or 7214576. OLE color: 7214576.

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

Color convert

RGB 240 21 110 -
CMYK 0 0.91 0.54 0.06
HSL 335.62º 0.88% 0.51% -
HSV(B) 335.62º 0.91% 0.94% -
XYZ 39.02 20.19 16.59 -
YUV 96.63 135.55 230.26 -
System Red Green Blue C M Y K H S L
Decimal 240 21 110 0 0.91 0.54 0.06 335.62 0.88 0.51
Hex F0 15 6E 0 5B 36 6 150 58 33
Octal 360 25 156 0 133 66 6 520 130 63
Binary 11110000 10101 1101110 0 1011011 110110 110 101010000 1011000 110011

Color Harmonies of #F0156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0156E

Black with #F0156E

Text Example


Text Example

White with #F0156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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