Html Css Color HEX #F01D63 Ruby

📋 copy color: '#F01D63'

red 240 ◦ green 29 ◦ blue 99

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

Shades of Ruby #F01D63

Tints of Ruby #F01D63

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.88%

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

R = 65.22%
G = 7.88%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F01D63 (or 0xF01D63) is known color: Ruby. HEX triplet: F0, 1D and 63. RGB value is (240,29,99). Sum of RGB (Red+Green+Blue) = 240+29+99=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D63 is #0FE29C. Grayscale: #646464. Windows color (decimal): -1041053 or 6495728. OLE color: 6495728.

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

Color convert

RGB 240 29 99 -
CMYK 0 0.88 0.59 0.06
HSL 340.09º 0.88% 0.53% -
HSV(B) 340.09º 0.88% 0.94% -
XYZ 38.63 20.3 13.69 -
YUV 100.07 127.4 227.81 -
System Red Green Blue C M Y K H S L
Decimal 240 29 99 0 0.88 0.59 0.06 340.09 0.88 0.53
Hex F0 1D 63 0 58 3B 6 154 58 35
Octal 360 35 143 0 130 73 6 524 130 65
Binary 11110000 11101 1100011 0 1011000 111011 110 101010100 1011000 110101

Color Harmonies of #F01D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D63

Black with #F01D63

Text Example


Text Example

White with #F01D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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