Html Css Color HEX #F01D6D Ruby

📋 copy color: '#F01D6D'

red 240 ◦ green 29 ◦ blue 109

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

Shades of Ruby #F01D6D

Tints of Ruby #F01D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 63.49%
G = 7.67%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F01D6D (or 0xF01D6D) is known color: Ruby. HEX triplet: F0, 1D and 6D. RGB value is (240,29,109). Sum of RGB (Red+Green+Blue) = 240+29+109=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D6D is #0FE292. Grayscale: #656565. Windows color (decimal): -1041043 or 7151088. OLE color: 7151088.

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

Color convert

RGB 240 29 109 -
CMYK 0 0.88 0.55 0.06
HSL 337.25º 0.88% 0.53% -
HSV(B) 337.25º 0.88% 0.94% -
XYZ 39.13 20.51 16.36 -
YUV 101.21 132.4 227 -
System Red Green Blue C M Y K H S L
Decimal 240 29 109 0 0.88 0.55 0.06 337.25 0.88 0.53
Hex F0 1D 6D 0 58 37 6 151 58 35
Octal 360 35 155 0 130 67 6 521 130 65
Binary 11110000 11101 1101101 0 1011000 110111 110 101010001 1011000 110101

Color Harmonies of #F01D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D6D

Black with #F01D6D

Text Example


Text Example

White with #F01D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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