Html Css Color HEX #F01859 Ruby

📋 copy color: '#F01859'

red 240 ◦ green 24 ◦ blue 89

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

Shades of Ruby #F01859

Tints of Ruby #F01859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.21%

R = 67.99%
G = 6.8%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F01859 (or 0xF01859) is known color: Ruby. HEX triplet: F0, 18 and 59. RGB value is (240,24,89). Sum of RGB (Red+Green+Blue) = 240+24+89=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F01859 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01859 is #0FE7A6. Grayscale: #5F5F5F. Windows color (decimal): -1042343 or 5839088. OLE color: 5839088.

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

Color convert

RGB 240 24 89 -
CMYK 0 0.9 0.63 0.06
HSL 341.94º 0.88% 0.52% -
HSV(B) 341.94º 0.9% 0.94% -
XYZ 38.06 19.9 11.29 -
YUV 95.99 124.06 230.71 -
System Red Green Blue C M Y K H S L
Decimal 240 24 89 0 0.9 0.63 0.06 341.94 0.88 0.52
Hex F0 18 59 0 5A 3F 6 156 58 34
Octal 360 30 131 0 132 77 6 526 130 64
Binary 11110000 11000 1011001 0 1011010 111111 110 101010110 1011000 110100

Color Harmonies of #F01859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01859

Black with #F01859

Text Example


Text Example

White with #F01859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01859; }

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

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

background-color css

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

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

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

border-color css

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

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

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