Html Css Color HEX #F01860 Ruby

📋 copy color: '#F01860'

red 240 ◦ green 24 ◦ blue 96

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

Shades of Ruby #F01860

Tints of Ruby #F01860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

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

R = 66.67%
G = 6.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F01860 (or 0xF01860) is known color: Ruby. HEX triplet: F0, 18 and 60. RGB value is (240,24,96). Sum of RGB (Red+Green+Blue) = 240+24+96=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F01860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01860 is #0FE79F. Grayscale: #606060. Windows color (decimal): -1042336 or 6297840. OLE color: 6297840.

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

Color convert

RGB 240 24 96 -
CMYK 0 0.9 0.6 0.06
HSL 340º 0.88% 0.52% -
HSV(B) 340º 0.9% 0.94% -
XYZ 38.37 20.02 12.91 -
YUV 96.79 127.56 230.15 -
System Red Green Blue C M Y K H S L
Decimal 240 24 96 0 0.9 0.6 0.06 340 0.88 0.52
Hex F0 18 60 0 5A 3C 6 154 58 34
Octal 360 30 140 0 132 74 6 524 130 64
Binary 11110000 11000 1100000 0 1011010 111100 110 101010100 1011000 110100

Color Harmonies of #F01860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01860

Black with #F01860

Text Example


Text Example

White with #F01860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01860; }

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

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

background-color css

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

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

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

border-color css

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

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

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