Html Css Color HEX #F31073 Ruby

📋 copy color: '#F31073'

red 243 ◦ green 16 ◦ blue 115

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

Shades of Ruby #F31073

Tints of Ruby #F31073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.28%

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

R = 64.97%
G = 4.28%
B = 30.75%

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

#F31073 (or 0xF31073) is known color: Ruby. HEX triplet: F3, 10 and 73. RGB value is (243,16,115). Sum of RGB (Red+Green+Blue) = 243+16+115=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F31073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31073 is #0CEF8C. Grayscale: #5E5E5E. Windows color (decimal): -847757 or 7540979. OLE color: 7540979.

HSL color Cylindrical-coordinate representation of color #F31073: hue angle of 333.83º 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 #F31073 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 16 115 -
CMYK 0 0.93 0.53 0.05
HSL 333.83º 0.9% 0.51% -
HSV(B) 333.83º 0.93% 0.95% -
XYZ 40.24 20.66 18.09 -
YUV 95.16 139.21 233.45 -
System Red Green Blue C M Y K H S L
Decimal 243 16 115 0 0.93 0.53 0.05 333.83 0.9 0.51
Hex F3 10 73 0 5D 35 5 14E 5A 33
Octal 363 20 163 0 135 65 5 516 132 63
Binary 11110011 10000 1110011 0 1011101 110101 101 101001110 1011010 110011

Color Harmonies of #F31073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31073

Black with #F31073

Text Example


Text Example

White with #F31073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31073; }

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

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

background-color css

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

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

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

border-color css

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

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

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