Html Css Color HEX #F01560 Ruby

📋 copy color: '#F01560'

red 240 ◦ green 21 ◦ blue 96

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

Shades of Ruby #F01560

Tints of Ruby #F01560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 67.23%
G = 5.88%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F01560 (or 0xF01560) is known color: Ruby. HEX triplet: F0, 15 and 60. RGB value is (240,21,96). Sum of RGB (Red+Green+Blue) = 240+21+96=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F01560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01560 is #0FEA9F. Grayscale: #5E5E5E. Windows color (decimal): -1043104 or 6297072. OLE color: 6297072.

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

Color convert

RGB 240 21 96 -
CMYK 0 0.91 0.6 0.06
HSL 339.45º 0.88% 0.51% -
HSV(B) 339.45º 0.91% 0.94% -
XYZ 38.31 19.91 12.89 -
YUV 95.03 128.55 231.4 -
System Red Green Blue C M Y K H S L
Decimal 240 21 96 0 0.91 0.6 0.06 339.45 0.88 0.51
Hex F0 15 60 0 5B 3C 6 153 58 33
Octal 360 25 140 0 133 74 6 523 130 63
Binary 11110000 10101 1100000 0 1011011 111100 110 101010011 1011000 110011

Color Harmonies of #F01560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01560

Black with #F01560

Text Example


Text Example

White with #F01560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01560; }

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

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

background-color css

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

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

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

border-color css

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

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

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