Html Css Color HEX #F32171 Ruby

📋 copy color: '#F32171'

red 243 ◦ green 33 ◦ blue 113

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

Shades of Ruby #F32171

Tints of Ruby #F32171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 62.47%
G = 8.48%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F32171 (or 0xF32171) is known color: Ruby. HEX triplet: F3, 21 and 71. RGB value is (243,33,113). Sum of RGB (Red+Green+Blue) = 243+33+113=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F32171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32171 is #0CDE8E. Grayscale: #686868. Windows color (decimal): -843407 or 7414259. OLE color: 7414259.

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

Color convert

RGB 243 33 113 -
CMYK 0 0.86 0.53 0.05
HSL 337.14º 0.9% 0.54% -
HSV(B) 337.14º 0.86% 0.95% -
XYZ 40.49 21.33 17.61 -
YUV 104.91 132.57 226.5 -
System Red Green Blue C M Y K H S L
Decimal 243 33 113 0 0.86 0.53 0.05 337.14 0.9 0.54
Hex F3 21 71 0 56 35 5 151 5A 36
Octal 363 41 161 0 126 65 5 521 132 66
Binary 11110011 100001 1110001 0 1010110 110101 101 101010001 1011010 110110

Color Harmonies of #F32171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32171

Black with #F32171

Text Example


Text Example

White with #F32171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32171; }

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

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

background-color css

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

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

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

border-color css

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

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

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