Html Css Color HEX #F31864 Ruby

📋 copy color: '#F31864'

red 243 ◦ green 24 ◦ blue 100

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

Shades of Ruby #F31864

Tints of Ruby #F31864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.54%

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

R = 66.21%
G = 6.54%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F31864 (or 0xF31864) is known color: Ruby. HEX triplet: F3, 18 and 64. RGB value is (243,24,100). Sum of RGB (Red+Green+Blue) = 243+24+100=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F31864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31864 is #0CE79B. Grayscale: #626262. Windows color (decimal): -845724 or 6559987. OLE color: 6559987.

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

Color convert

RGB 243 24 100 -
CMYK 0 0.90 0.59 0.05
HSL 339.18º 0.9% 0.52% -
HSV(B) 339.18º 0.9% 0.95% -
XYZ 39.59 20.63 13.95 -
YUV 98.15 129.05 231.32 -
System Red Green Blue C M Y K H S L
Decimal 243 24 100 0 0.90 0.59 0.05 339.18 0.9 0.52
Hex F3 18 64 0 5A 3B 5 153 5A 34
Octal 363 30 144 0 132 73 5 523 132 64
Binary 11110011 11000 1100100 0 1011010 111011 101 101010011 1011010 110100

Color Harmonies of #F31864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31864

Black with #F31864

Text Example


Text Example

White with #F31864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31864; }

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

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

background-color css

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

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

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

border-color css

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

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

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