Html Css Color HEX #F0156C Ruby

📋 copy color: '#F0156C'

red 240 ◦ green 21 ◦ blue 108

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

Shades of Ruby #F0156C

Tints of Ruby #F0156C

RGB

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

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

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

R = 65.04%
G = 5.69%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0156C (or 0xF0156C) is known color: Ruby. HEX triplet: F0, 15 and 6C. RGB value is (240,21,108). Sum of RGB (Red+Green+Blue) = 240+21+108=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0156C is #0FEA93. Grayscale: #606060. Windows color (decimal): -1043092 or 7083504. OLE color: 7083504.

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

Color convert

RGB 240 21 108 -
CMYK 0 0.91 0.55 0.06
HSL 336.16º 0.88% 0.51% -
HSV(B) 336.16º 0.91% 0.94% -
XYZ 38.91 20.14 16.02 -
YUV 96.4 134.55 230.43 -
System Red Green Blue C M Y K H S L
Decimal 240 21 108 0 0.91 0.55 0.06 336.16 0.88 0.51
Hex F0 15 6C 0 5B 37 6 150 58 33
Octal 360 25 154 0 133 67 6 520 130 63
Binary 11110000 10101 1101100 0 1011011 110111 110 101010000 1011000 110011

Color Harmonies of #F0156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0156C

Black with #F0156C

Text Example


Text Example

White with #F0156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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