Html Css Color HEX #F31E61 Ruby

📋 copy color: '#F31E61'

red 243 ◦ green 30 ◦ blue 97

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

Shades of Ruby #F31E61

Tints of Ruby #F31E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.11%

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

R = 65.68%
G = 8.11%
B = 26.22%

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

#F31E61 (or 0xF31E61) is known color: Ruby. HEX triplet: F3, 1E and 61. RGB value is (243,30,97). Sum of RGB (Red+Green+Blue) = 243+30+97=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E61 is #0CE19E. Grayscale: #656565. Windows color (decimal): -844191 or 6364915. OLE color: 6364915.

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

Color convert

RGB 243 30 97 -
CMYK 0 0.88 0.60 0.05
HSL 341.13º 0.9% 0.54% -
HSV(B) 341.13º 0.88% 0.95% -
XYZ 39.58 20.85 13.25 -
YUV 101.33 125.57 229.05 -
System Red Green Blue C M Y K H S L
Decimal 243 30 97 0 0.88 0.60 0.05 341.13 0.9 0.54
Hex F3 1E 61 0 58 3C 5 155 5A 36
Octal 363 36 141 0 130 74 5 525 132 66
Binary 11110011 11110 1100001 0 1011000 111100 101 101010101 1011010 110110

Color Harmonies of #F31E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31E61

Black with #F31E61

Text Example


Text Example

White with #F31E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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