Html Css Color HEX #F01376 Ruby

📋 copy color: '#F01376'

red 240 ◦ green 19 ◦ blue 118

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

Shades of Ruby #F01376

Tints of Ruby #F01376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 63.66%
G = 5.04%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F01376 (or 0xF01376) is known color: Ruby. HEX triplet: F0, 13 and 76. RGB value is (240,19,118). Sum of RGB (Red+Green+Blue) = 240+19+118=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F01376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01376 is #0FEC89. Grayscale: #606060. Windows color (decimal): -1043594 or 7738352. OLE color: 7738352.

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

Color convert

RGB 240 19 118 -
CMYK 0 0.92 0.51 0.06
HSL 333.12º 0.88% 0.51% -
HSV(B) 333.12º 0.92% 0.94% -
XYZ 39.44 20.3 18.98 -
YUV 96.37 140.22 230.45 -
System Red Green Blue C M Y K H S L
Decimal 240 19 118 0 0.92 0.51 0.06 333.12 0.88 0.51
Hex F0 13 76 0 5C 33 6 14D 58 33
Octal 360 23 166 0 134 63 6 515 130 63
Binary 11110000 10011 1110110 0 1011100 110011 110 101001101 1011000 110011

Color Harmonies of #F01376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01376

Black with #F01376

Text Example


Text Example

White with #F01376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01376; }

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

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

background-color css

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

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

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

border-color css

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

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

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