Html Css Color HEX #F01D76 Ruby

📋 copy color: '#F01D76'

red 240 ◦ green 29 ◦ blue 118

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

Shades of Ruby #F01D76

Tints of Ruby #F01D76

RGB

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

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

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

R = 62.02%
G = 7.49%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F01D76 (or 0xF01D76) is known color: Ruby. HEX triplet: F0, 1D and 76. RGB value is (240,29,118). Sum of RGB (Red+Green+Blue) = 240+29+118=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D76 is #0FE289. Grayscale: #666666. Windows color (decimal): -1041034 or 7740912. OLE color: 7740912.

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

Color convert

RGB 240 29 118 -
CMYK 0 0.88 0.51 0.06
HSL 334.69º 0.88% 0.53% -
HSV(B) 334.69º 0.88% 0.94% -
XYZ 39.64 20.71 19.05 -
YUV 102.24 136.9 226.26 -
System Red Green Blue C M Y K H S L
Decimal 240 29 118 0 0.88 0.51 0.06 334.69 0.88 0.53
Hex F0 1D 76 0 58 33 6 14F 58 35
Octal 360 35 166 0 130 63 6 517 130 65
Binary 11110000 11101 1110110 0 1011000 110011 110 101001111 1011000 110101

Color Harmonies of #F01D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D76

Black with #F01D76

Text Example


Text Example

White with #F01D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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