Html Css Color HEX #F31173 Ruby

📋 copy color: '#F31173'

red 243 ◦ green 17 ◦ blue 115

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

Shades of Ruby #F31173

Tints of Ruby #F31173

RGB

 RED value IS 243 (95.31% from 255) = 64.8%

 GREEN value IS 17 (7.03% from 255) = 4.53%

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

R = 64.8%
G = 4.53%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F31173 (or 0xF31173) is known color: Ruby. HEX triplet: F3, 11 and 73. RGB value is (243,17,115). Sum of RGB (Red+Green+Blue) = 243+17+115=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F31173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31173 is #0CEE8C. Grayscale: #5F5F5F. Windows color (decimal): -847501 or 7541235. OLE color: 7541235.

HSL color Cylindrical-coordinate representation of color #F31173: hue angle of 333.98º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31173 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 17 115 -
CMYK 0 0.93 0.53 0.05
HSL 333.98º 0.9% 0.51% -
HSV(B) 333.98º 0.93% 0.95% -
XYZ 40.26 20.69 18.09 -
YUV 95.75 138.87 233.03 -
System Red Green Blue C M Y K H S L
Decimal 243 17 115 0 0.93 0.53 0.05 333.98 0.9 0.51
Hex F3 11 73 0 5D 35 5 14E 5A 33
Octal 363 21 163 0 135 65 5 516 132 63
Binary 11110011 10001 1110011 0 1011101 110101 101 101001110 1011010 110011

Color Harmonies of #F31173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31173

Black with #F31173

Text Example


Text Example

White with #F31173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31173; }

 p { color: rgb(243,17,115); }

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

background-color css

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

 a { background-color: rgb(243,17,115); }

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

border-color css

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

 span { border-color: rgb(243,17,115); }

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