Html Css Color HEX #F31C5E Ruby

📋 copy color: '#F31C5E'

red 243 ◦ green 28 ◦ blue 94

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

Shades of Ruby #F31C5E

Tints of Ruby #F31C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 66.58%
G = 7.67%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F31C5E (or 0xF31C5E) is known color: Ruby. HEX triplet: F3, 1C and 5E. RGB value is (243,28,94). Sum of RGB (Red+Green+Blue) = 243+28+94=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C5E is #0CE3A1. Grayscale: #636363. Windows color (decimal): -844706 or 6167795. OLE color: 6167795.

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

Color convert

RGB 243 28 94 -
CMYK 0 0.88 0.61 0.05
HSL 341.58º 0.9% 0.53% -
HSV(B) 341.58º 0.88% 0.95% -
XYZ 39.4 20.69 12.51 -
YUV 99.81 124.73 230.13 -
System Red Green Blue C M Y K H S L
Decimal 243 28 94 0 0.88 0.61 0.05 341.58 0.9 0.53
Hex F3 1C 5E 0 58 3D 5 156 5A 35
Octal 363 34 136 0 130 75 5 526 132 65
Binary 11110011 11100 1011110 0 1011000 111101 101 101010110 1011010 110101

Color Harmonies of #F31C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C5E

Black with #F31C5E

Text Example


Text Example

White with #F31C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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