Html Css Color HEX #F32071 Ruby

📋 copy color: '#F32071'

red 243 ◦ green 32 ◦ blue 113

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

Shades of Ruby #F32071

Tints of Ruby #F32071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.25%

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

R = 62.63%
G = 8.25%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F32071 (or 0xF32071) is known color: Ruby. HEX triplet: F3, 20 and 71. RGB value is (243,32,113). Sum of RGB (Red+Green+Blue) = 243+32+113=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F32071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32071 is #0CDF8E. Grayscale: #686868. Windows color (decimal): -843663 or 7414003. OLE color: 7414003.

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

Color convert

RGB 243 32 113 -
CMYK 0 0.87 0.53 0.05
HSL 336.97º 0.9% 0.54% -
HSV(B) 336.97º 0.87% 0.95% -
XYZ 40.46 21.28 17.6 -
YUV 104.32 132.9 226.91 -
System Red Green Blue C M Y K H S L
Decimal 243 32 113 0 0.87 0.53 0.05 336.97 0.9 0.54
Hex F3 20 71 0 57 35 5 151 5A 36
Octal 363 40 161 0 127 65 5 521 132 66
Binary 11110011 100000 1110001 0 1010111 110101 101 101010001 1011010 110110

Color Harmonies of #F32071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32071

Black with #F32071

Text Example


Text Example

White with #F32071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32071; }

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

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

background-color css

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

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

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

border-color css

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

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

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