Html Css Color HEX #F01273 Ruby

📋 copy color: '#F01273'

red 240 ◦ green 18 ◦ blue 115

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

Shades of Ruby #F01273

Tints of Ruby #F01273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.83%

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

R = 64.34%
G = 4.83%
B = 30.83%

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

#F01273 (or 0xF01273) is known color: Ruby. HEX triplet: F0, 12 and 73. RGB value is (240,18,115). Sum of RGB (Red+Green+Blue) = 240+18+115=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F01273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01273 is #0FED8C. Grayscale: #5F5F5F. Windows color (decimal): -1043853 or 7541488. OLE color: 7541488.

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

Color convert

RGB 240 18 115 -
CMYK 0 0.92 0.52 0.06
HSL 333.78º 0.88% 0.51% -
HSV(B) 333.78º 0.93% 0.94% -
XYZ 39.25 20.2 18.05 -
YUV 95.44 139.05 231.11 -
System Red Green Blue C M Y K H S L
Decimal 240 18 115 0 0.92 0.52 0.06 333.78 0.88 0.51
Hex F0 12 73 0 5C 34 6 14E 58 33
Octal 360 22 163 0 134 64 6 516 130 63
Binary 11110000 10010 1110011 0 1011100 110100 110 101001110 1011000 110011

Color Harmonies of #F01273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01273

Black with #F01273

Text Example


Text Example

White with #F01273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01273; }

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

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

background-color css

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

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

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

border-color css

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

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

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