Html Css Color HEX #F10F73 Ruby

📋 copy color: '#F10F73'

red 241 ◦ green 15 ◦ blue 115

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

Shades of Ruby #F10F73

Tints of Ruby #F10F73

RGB

 RED value IS 241 (94.53% from 255) = 64.96%

 GREEN value IS 15 (6.25% from 255) = 4.04%

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

R = 64.96%
G = 4.04%
B = 31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F10F73 (or 0xF10F73) is known color: Ruby. HEX triplet: F1, 0F and 73. RGB value is (241,15,115). Sum of RGB (Red+Green+Blue) = 241+15+115=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10F73 is #0EF08C. Grayscale: #5D5D5D. Windows color (decimal): -979085 or 7540721. OLE color: 7540721.

HSL color Cylindrical-coordinate representation of color #F10F73: hue angle of 333.45º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F73 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 15 115 -
CMYK 0 0.94 0.52 0.05
HSL 333.45º 0.89% 0.5% -
HSV(B) 333.45º 0.94% 0.95% -
XYZ 39.54 20.28 18.05 -
YUV 93.97 139.87 232.87 -
System Red Green Blue C M Y K H S L
Decimal 241 15 115 0 0.94 0.52 0.05 333.45 0.89 0.5
Hex F1 F 73 0 5E 34 5 14D 59 32
Octal 361 17 163 0 136 64 5 515 131 62
Binary 11110001 1111 1110011 0 1011110 110100 101 101001101 1011001 110010

Color Harmonies of #F10F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F73

Black with #F10F73

Text Example


Text Example

White with #F10F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F73; }

 p { color: rgb(241,15,115); }

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

background-color css

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

 a { background-color: rgb(241,15,115); }

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

border-color css

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

 span { border-color: rgb(241,15,115); }

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