Html Css Color HEX #F32164 Ruby

📋 copy color: '#F32164'

red 243 ◦ green 33 ◦ blue 100

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

Shades of Ruby #F32164

Tints of Ruby #F32164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.78%

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

R = 64.63%
G = 8.78%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F32164 (or 0xF32164) is known color: Ruby. HEX triplet: F3, 21 and 64. RGB value is (243,33,100). Sum of RGB (Red+Green+Blue) = 243+33+100=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F32164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32164 is #0CDE9B. Grayscale: #676767. Windows color (decimal): -843420 or 6562291. OLE color: 6562291.

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

Color convert

RGB 243 33 100 -
CMYK 0 0.86 0.59 0.05
HSL 340.86º 0.9% 0.54% -
HSV(B) 340.86º 0.86% 0.95% -
XYZ 39.81 21.06 14.02 -
YUV 103.43 126.07 227.55 -
System Red Green Blue C M Y K H S L
Decimal 243 33 100 0 0.86 0.59 0.05 340.86 0.9 0.54
Hex F3 21 64 0 56 3B 5 155 5A 36
Octal 363 41 144 0 126 73 5 525 132 66
Binary 11110011 100001 1100100 0 1010110 111011 101 101010101 1011010 110110

Color Harmonies of #F32164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32164

Black with #F32164

Text Example


Text Example

White with #F32164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32164; }

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

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

background-color css

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

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

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

border-color css

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

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

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