Html Css Color HEX #F32073 Ruby

📋 copy color: '#F32073'

red 243 ◦ green 32 ◦ blue 115

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

Shades of Ruby #F32073

Tints of Ruby #F32073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.49%

R = 62.31%
G = 8.21%
B = 29.49%

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

#F32073 (or 0xF32073) is known color: Ruby. HEX triplet: F3, 20 and 73. RGB value is (243,32,115). Sum of RGB (Red+Green+Blue) = 243+32+115=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F32073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32073 is #0CDF8C. Grayscale: #686868. Windows color (decimal): -843661 or 7545075. OLE color: 7545075.

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

Color convert

RGB 243 32 115 -
CMYK 0 0.87 0.53 0.05
HSL 336.4º 0.9% 0.54% -
HSV(B) 336.4º 0.87% 0.95% -
XYZ 40.57 21.33 18.2 -
YUV 104.55 133.9 226.75 -
System Red Green Blue C M Y K H S L
Decimal 243 32 115 0 0.87 0.53 0.05 336.4 0.9 0.54
Hex F3 20 73 0 57 35 5 150 5A 36
Octal 363 40 163 0 127 65 5 520 132 66
Binary 11110011 100000 1110011 0 1010111 110101 101 101010000 1011010 110110

Color Harmonies of #F32073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32073

Black with #F32073

Text Example


Text Example

White with #F32073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32073; }

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

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

background-color css

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

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

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

border-color css

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

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

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