Html Css Color HEX #F31C61 Ruby

📋 copy color: '#F31C61'

red 243 ◦ green 28 ◦ blue 97

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

Shades of Ruby #F31C61

Tints of Ruby #F31C61

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.61%

 BLUE value IS 97 (38.28% from 255) = 26.36%

R = 66.03%
G = 7.61%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F31C61 (or 0xF31C61) is known color: Ruby. HEX triplet: F3, 1C and 61. RGB value is (243,28,97). Sum of RGB (Red+Green+Blue) = 243+28+97=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C61 is #0CE39E. Grayscale: #646464. Windows color (decimal): -844703 or 6364403. OLE color: 6364403.

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

Color convert

RGB 243 28 97 -
CMYK 0 0.88 0.60 0.05
HSL 340.74º 0.9% 0.53% -
HSV(B) 340.74º 0.88% 0.95% -
XYZ 39.54 20.75 13.23 -
YUV 100.15 126.23 229.89 -
System Red Green Blue C M Y K H S L
Decimal 243 28 97 0 0.88 0.60 0.05 340.74 0.9 0.53
Hex F3 1C 61 0 58 3C 5 155 5A 35
Octal 363 34 141 0 130 74 5 525 132 65
Binary 11110011 11100 1100001 0 1011000 111100 101 101010101 1011010 110101

Color Harmonies of #F31C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C61

Black with #F31C61

Text Example


Text Example

White with #F31C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C61; }

 p { color: rgb(243,28,97); }

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

background-color css

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

 a { background-color: rgb(243,28,97); }

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

border-color css

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

 span { border-color: rgb(243,28,97); }

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