Html Css Color HEX #F01773 Ruby

📋 copy color: '#F01773'

red 240 ◦ green 23 ◦ blue 115

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

Shades of Ruby #F01773

Tints of Ruby #F01773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.08%

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

R = 63.49%
G = 6.08%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F01773 (or 0xF01773) is known color: Ruby. HEX triplet: F0, 17 and 73. RGB value is (240,23,115). Sum of RGB (Red+Green+Blue) = 240+23+115=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F01773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01773 is #0FE88C. Grayscale: #626262. Windows color (decimal): -1042573 or 7542768. OLE color: 7542768.

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

Color convert

RGB 240 23 115 -
CMYK 0 0.90 0.52 0.06
HSL 334.56º 0.88% 0.52% -
HSV(B) 334.56º 0.9% 0.94% -
XYZ 39.34 20.38 18.08 -
YUV 98.37 137.39 229.02 -
System Red Green Blue C M Y K H S L
Decimal 240 23 115 0 0.90 0.52 0.06 334.56 0.88 0.52
Hex F0 17 73 0 5A 34 6 14F 58 34
Octal 360 27 163 0 132 64 6 517 130 64
Binary 11110000 10111 1110011 0 1011010 110100 110 101001111 1011000 110100

Color Harmonies of #F01773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01773

Black with #F01773

Text Example


Text Example

White with #F01773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01773; }

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

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

background-color css

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

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

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

border-color css

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

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

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