Html Css Color HEX #F01473 Ruby

📋 copy color: '#F01473'

red 240 ◦ green 20 ◦ blue 115

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

Shades of Ruby #F01473

Tints of Ruby #F01473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.33%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 64%
G = 5.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F01473 (or 0xF01473) is known color: Ruby. HEX triplet: F0, 14 and 73. RGB value is (240,20,115). Sum of RGB (Red+Green+Blue) = 240+20+115=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F01473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01473 is #0FEB8C. Grayscale: #606060. Windows color (decimal): -1043341 or 7542000. OLE color: 7542000.

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

Color convert

RGB 240 20 115 -
CMYK 0 0.92 0.52 0.06
HSL 334.09º 0.88% 0.51% -
HSV(B) 334.09º 0.92% 0.94% -
XYZ 39.28 20.26 18.06 -
YUV 96.61 138.39 230.28 -
System Red Green Blue C M Y K H S L
Decimal 240 20 115 0 0.92 0.52 0.06 334.09 0.88 0.51
Hex F0 14 73 0 5C 34 6 14E 58 33
Octal 360 24 163 0 134 64 6 516 130 63
Binary 11110000 10100 1110011 0 1011100 110100 110 101001110 1011000 110011

Color Harmonies of #F01473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01473

Black with #F01473

Text Example


Text Example

White with #F01473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01473; }

 p { color: rgb(240,20,115); }

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

background-color css

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

 a { background-color: rgb(240,20,115); }

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

border-color css

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

 span { border-color: rgb(240,20,115); }

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