Html Css Color HEX #F01377 Ruby

📋 copy color: '#F01377'

red 240 ◦ green 19 ◦ blue 119

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

Shades of Ruby #F01377

Tints of Ruby #F01377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.03%

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 63.49%
G = 5.03%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F01377 (or 0xF01377) is known color: Ruby. HEX triplet: F0, 13 and 77. RGB value is (240,19,119). Sum of RGB (Red+Green+Blue) = 240+19+119=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F01377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01377 is #0FEC88. Grayscale: #606060. Windows color (decimal): -1043593 or 7803888. OLE color: 7803888.

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

Color convert

RGB 240 19 119 -
CMYK 0 0.92 0.50 0.06
HSL 332.85º 0.88% 0.51% -
HSV(B) 332.85º 0.92% 0.94% -
XYZ 39.5 20.32 19.29 -
YUV 96.48 140.72 230.37 -
System Red Green Blue C M Y K H S L
Decimal 240 19 119 0 0.92 0.50 0.06 332.85 0.88 0.51
Hex F0 13 77 0 5C 32 6 14D 58 33
Octal 360 23 167 0 134 62 6 515 130 63
Binary 11110000 10011 1110111 0 1011100 110010 110 101001101 1011000 110011

Color Harmonies of #F01377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01377

Black with #F01377

Text Example


Text Example

White with #F01377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01377; }

 p { color: rgb(240,19,119); }

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

background-color css

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

 a { background-color: rgb(240,19,119); }

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

border-color css

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

 span { border-color: rgb(240,19,119); }

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