Html Css Color HEX #F32076 Ruby

📋 copy color: '#F32076'

red 243 ◦ green 32 ◦ blue 118

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

Shades of Ruby #F32076

Tints of Ruby #F32076

RGB

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

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

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

R = 61.83%
G = 8.14%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F32076 (or 0xF32076) is known color: Ruby. HEX triplet: F3, 20 and 76. RGB value is (243,32,118). Sum of RGB (Red+Green+Blue) = 243+32+118=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F32076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32076 is #0CDF89. Grayscale: #686868. Windows color (decimal): -843658 or 7741683. OLE color: 7741683.

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

Color convert

RGB 243 32 118 -
CMYK 0 0.87 0.51 0.05
HSL 335.55º 0.9% 0.54% -
HSV(B) 335.55º 0.87% 0.95% -
XYZ 40.75 21.4 19.12 -
YUV 104.89 135.4 226.51 -
System Red Green Blue C M Y K H S L
Decimal 243 32 118 0 0.87 0.51 0.05 335.55 0.9 0.54
Hex F3 20 76 0 57 33 5 150 5A 36
Octal 363 40 166 0 127 63 5 520 132 66
Binary 11110011 100000 1110110 0 1010111 110011 101 101010000 1011010 110110

Color Harmonies of #F32076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32076

Black with #F32076

Text Example


Text Example

White with #F32076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32076; }

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

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

background-color css

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

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

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

border-color css

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

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

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