Html Css Color HEX #F31076 Ruby

📋 copy color: '#F31076'

red 243 ◦ green 16 ◦ blue 118

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

Shades of Ruby #F31076

Tints of Ruby #F31076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 64.46%
G = 4.24%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F31076 (or 0xF31076) is known color: Ruby. HEX triplet: F3, 10 and 76. RGB value is (243,16,118). Sum of RGB (Red+Green+Blue) = 243+16+118=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F31076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31076 is #0CEF89. Grayscale: #5F5F5F. Windows color (decimal): -847754 or 7737587. OLE color: 7737587.

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

Color convert

RGB 243 16 118 -
CMYK 0 0.93 0.51 0.05
HSL 333.04º 0.9% 0.51% -
HSV(B) 333.04º 0.93% 0.95% -
XYZ 40.42 20.73 19.01 -
YUV 95.5 140.71 233.21 -
System Red Green Blue C M Y K H S L
Decimal 243 16 118 0 0.93 0.51 0.05 333.04 0.9 0.51
Hex F3 10 76 0 5D 33 5 14D 5A 33
Octal 363 20 166 0 135 63 5 515 132 63
Binary 11110011 10000 1110110 0 1011101 110011 101 101001101 1011010 110011

Color Harmonies of #F31076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31076

Black with #F31076

Text Example


Text Example

White with #F31076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31076; }

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

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

background-color css

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

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

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

border-color css

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

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

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