Html Css Color HEX #F01076 Ruby

📋 copy color: '#F01076'

red 240 ◦ green 16 ◦ blue 118

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

Shades of Ruby #F01076

Tints of Ruby #F01076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.28%

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

R = 64.17%
G = 4.28%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F01076 (or 0xF01076) is known color: Ruby. HEX triplet: F0, 10 and 76. RGB value is (240,16,118). Sum of RGB (Red+Green+Blue) = 240+16+118=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F01076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01076 is #0FEF89. Grayscale: #5E5E5E. Windows color (decimal): -1044362 or 7737584. OLE color: 7737584.

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

Color convert

RGB 240 16 118 -
CMYK 0 0.93 0.51 0.06
HSL 332.68º 0.88% 0.5% -
HSV(B) 332.68º 0.93% 0.94% -
XYZ 39.39 20.2 18.96 -
YUV 94.6 141.21 231.71 -
System Red Green Blue C M Y K H S L
Decimal 240 16 118 0 0.93 0.51 0.06 332.68 0.88 0.5
Hex F0 10 76 0 5D 33 6 14D 58 32
Octal 360 20 166 0 135 63 6 515 130 62
Binary 11110000 10000 1110110 0 1011101 110011 110 101001101 1011000 110010

Color Harmonies of #F01076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01076

Black with #F01076

Text Example


Text Example

White with #F01076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01076; }

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

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

background-color css

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

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

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

border-color css

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

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

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