Html Css Color HEX #F01863 Ruby

📋 copy color: '#F01863'

red 240 ◦ green 24 ◦ blue 99

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

Shades of Ruby #F01863

Tints of Ruby #F01863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 66.12%
G = 6.61%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F01863 (or 0xF01863) is known color: Ruby. HEX triplet: F0, 18 and 63. RGB value is (240,24,99). Sum of RGB (Red+Green+Blue) = 240+24+99=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F01863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01863 is #0FE79C. Grayscale: #616161. Windows color (decimal): -1042333 or 6494448. OLE color: 6494448.

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

Color convert

RGB 240 24 99 -
CMYK 0 0.9 0.59 0.06
HSL 339.17º 0.88% 0.52% -
HSV(B) 339.17º 0.9% 0.94% -
XYZ 38.51 20.08 13.65 -
YUV 97.13 129.06 229.9 -
System Red Green Blue C M Y K H S L
Decimal 240 24 99 0 0.9 0.59 0.06 339.17 0.88 0.52
Hex F0 18 63 0 5A 3B 6 153 58 34
Octal 360 30 143 0 132 73 6 523 130 64
Binary 11110000 11000 1100011 0 1011010 111011 110 101010011 1011000 110100

Color Harmonies of #F01863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01863

Black with #F01863

Text Example


Text Example

White with #F01863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01863; }

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

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

background-color css

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

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

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

border-color css

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

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

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