Html Css Color HEX #F12173 Ruby

📋 copy color: '#F12173'

red 241 ◦ green 33 ◦ blue 115

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

Shades of Ruby #F12173

Tints of Ruby #F12173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

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

R = 61.95%
G = 8.48%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F12173 (or 0xF12173) is known color: Ruby. HEX triplet: F1, 21 and 73. RGB value is (241,33,115). Sum of RGB (Red+Green+Blue) = 241+33+115=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F12173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12173 is #0EDE8C. Grayscale: #686868. Windows color (decimal): -974477 or 7545329. OLE color: 7545329.

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

Color convert

RGB 241 33 115 -
CMYK 0 0.86 0.52 0.05
HSL 336.35º 0.88% 0.54% -
HSV(B) 336.35º 0.86% 0.95% -
XYZ 39.91 21.03 18.17 -
YUV 104.54 133.91 225.33 -
System Red Green Blue C M Y K H S L
Decimal 241 33 115 0 0.86 0.52 0.05 336.35 0.88 0.54
Hex F1 21 73 0 56 34 5 150 58 36
Octal 361 41 163 0 126 64 5 520 130 66
Binary 11110001 100001 1110011 0 1010110 110100 101 101010000 1011000 110110

Color Harmonies of #F12173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12173

Black with #F12173

Text Example


Text Example

White with #F12173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12173; }

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

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

background-color css

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

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

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

border-color css

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

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

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