Html Css Color HEX #F31976 Ruby

📋 copy color: '#F31976'

red 243 ◦ green 25 ◦ blue 118

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

Shades of Ruby #F31976

Tints of Ruby #F31976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.48%

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

R = 62.95%
G = 6.48%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F31976 (or 0xF31976) is known color: Ruby. HEX triplet: F3, 19 and 76. RGB value is (243,25,118). Sum of RGB (Red+Green+Blue) = 243+25+118=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F31976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31976 is #0CE689. Grayscale: #646464. Windows color (decimal): -845450 or 7739891. OLE color: 7739891.

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

Color convert

RGB 243 25 118 -
CMYK 0 0.90 0.51 0.05
HSL 334.4º 0.9% 0.53% -
HSV(B) 334.4º 0.9% 0.95% -
XYZ 40.58 21.06 19.07 -
YUV 100.78 137.72 229.44 -
System Red Green Blue C M Y K H S L
Decimal 243 25 118 0 0.90 0.51 0.05 334.4 0.9 0.53
Hex F3 19 76 0 5A 33 5 14E 5A 35
Octal 363 31 166 0 132 63 5 516 132 65
Binary 11110011 11001 1110110 0 1011010 110011 101 101001110 1011010 110101

Color Harmonies of #F31976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31976

Black with #F31976

Text Example


Text Example

White with #F31976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31976; }

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

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

background-color css

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

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

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

border-color css

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

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

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