Html Css Color HEX #F01D6E Ruby

📋 copy color: '#F01D6E'

red 240 ◦ green 29 ◦ blue 110

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

Shades of Ruby #F01D6E

Tints of Ruby #F01D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 63.32%
G = 7.65%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F01D6E (or 0xF01D6E) is known color: Ruby. HEX triplet: F0, 1D and 6E. RGB value is (240,29,110). Sum of RGB (Red+Green+Blue) = 240+29+110=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D6E is #0FE291. Grayscale: #656565. Windows color (decimal): -1041042 or 7216624. OLE color: 7216624.

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

Color convert

RGB 240 29 110 -
CMYK 0 0.88 0.54 0.06
HSL 336.97º 0.88% 0.53% -
HSV(B) 336.97º 0.88% 0.94% -
XYZ 39.19 20.53 16.65 -
YUV 101.32 132.9 226.91 -
System Red Green Blue C M Y K H S L
Decimal 240 29 110 0 0.88 0.54 0.06 336.97 0.88 0.53
Hex F0 1D 6E 0 58 36 6 151 58 35
Octal 360 35 156 0 130 66 6 521 130 65
Binary 11110000 11101 1101110 0 1011000 110110 110 101010001 1011000 110101

Color Harmonies of #F01D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D6E

Black with #F01D6E

Text Example


Text Example

White with #F01D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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