Html Css Color HEX #F32176 Ruby

📋 copy color: '#F32176'

red 243 ◦ green 33 ◦ blue 118

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

Shades of Ruby #F32176

Tints of Ruby #F32176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 61.68%
G = 8.38%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F32176 (or 0xF32176) is known color: Ruby. HEX triplet: F3, 21 and 76. RGB value is (243,33,118). Sum of RGB (Red+Green+Blue) = 243+33+118=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F32176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32176 is #0CDE89. Grayscale: #696969. Windows color (decimal): -843402 or 7741939. OLE color: 7741939.

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

Color convert

RGB 243 33 118 -
CMYK 0 0.86 0.51 0.05
HSL 335.71º 0.9% 0.54% -
HSV(B) 335.71º 0.86% 0.95% -
XYZ 40.78 21.45 19.13 -
YUV 105.48 135.07 226.09 -
System Red Green Blue C M Y K H S L
Decimal 243 33 118 0 0.86 0.51 0.05 335.71 0.9 0.54
Hex F3 21 76 0 56 33 5 150 5A 36
Octal 363 41 166 0 126 63 5 520 132 66
Binary 11110011 100001 1110110 0 1010110 110011 101 101010000 1011010 110110

Color Harmonies of #F32176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32176

Black with #F32176

Text Example


Text Example

White with #F32176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32176; }

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

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

background-color css

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

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

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

border-color css

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

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

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