Html Css Color HEX #F31464 Ruby

📋 copy color: '#F31464'

red 243 ◦ green 20 ◦ blue 100

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

Shades of Ruby #F31464

Tints of Ruby #F31464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 66.94%
G = 5.51%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F31464 (or 0xF31464) is known color: Ruby. HEX triplet: F3, 14 and 64. RGB value is (243,20,100). Sum of RGB (Red+Green+Blue) = 243+20+100=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F31464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31464 is #0CEB9B. Grayscale: #5F5F5F. Windows color (decimal): -846748 or 6558963. OLE color: 6558963.

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

Color convert

RGB 243 20 100 -
CMYK 0 0.92 0.59 0.05
HSL 338.48º 0.9% 0.52% -
HSV(B) 338.48º 0.92% 0.95% -
XYZ 39.51 20.48 13.93 -
YUV 95.8 130.38 233 -
System Red Green Blue C M Y K H S L
Decimal 243 20 100 0 0.92 0.59 0.05 338.48 0.9 0.52
Hex F3 14 64 0 5C 3B 5 152 5A 34
Octal 363 24 144 0 134 73 5 522 132 64
Binary 11110011 10100 1100100 0 1011100 111011 101 101010010 1011010 110100

Color Harmonies of #F31464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31464

Black with #F31464

Text Example


Text Example

White with #F31464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31464; }

 p { color: rgb(243,20,100); }

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

background-color css

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

 a { background-color: rgb(243,20,100); }

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

border-color css

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

 span { border-color: rgb(243,20,100); }

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