Html Css Color HEX #F32172 Ruby

📋 copy color: '#F32172'

red 243 ◦ green 33 ◦ blue 114

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

Shades of Ruby #F32172

Tints of Ruby #F32172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 62.31%
G = 8.46%
B = 29.23%

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

#F32172 (or 0xF32172) is known color: Ruby. HEX triplet: F3, 21 and 72. RGB value is (243,33,114). Sum of RGB (Red+Green+Blue) = 243+33+114=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F32172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32172 is #0CDE8D. Grayscale: #686868. Windows color (decimal): -843406 or 7479795. OLE color: 7479795.

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

Color convert

RGB 243 33 114 -
CMYK 0 0.86 0.53 0.05
HSL 336.86º 0.9% 0.54% -
HSV(B) 336.86º 0.86% 0.95% -
XYZ 40.54 21.36 17.91 -
YUV 105.02 133.07 226.41 -
System Red Green Blue C M Y K H S L
Decimal 243 33 114 0 0.86 0.53 0.05 336.86 0.9 0.54
Hex F3 21 72 0 56 35 5 151 5A 36
Octal 363 41 162 0 126 65 5 521 132 66
Binary 11110011 100001 1110010 0 1010110 110101 101 101010001 1011010 110110

Color Harmonies of #F32172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32172

Black with #F32172

Text Example


Text Example

White with #F32172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32172; }

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

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

background-color css

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

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

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

border-color css

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

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

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