Html Css Color HEX #F32170 Ruby

📋 copy color: '#F32170'

red 243 ◦ green 33 ◦ blue 112

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

Shades of Ruby #F32170

Tints of Ruby #F32170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 62.63%
G = 8.51%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F32170 (or 0xF32170) is known color: Ruby. HEX triplet: F3, 21 and 70. RGB value is (243,33,112). Sum of RGB (Red+Green+Blue) = 243+33+112=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F32170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32170 is #0CDE8F. Grayscale: #686868. Windows color (decimal): -843408 or 7348723. OLE color: 7348723.

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

Color convert

RGB 243 33 112 -
CMYK 0 0.86 0.54 0.05
HSL 337.43º 0.9% 0.54% -
HSV(B) 337.43º 0.86% 0.95% -
XYZ 40.43 21.31 17.31 -
YUV 104.8 132.07 226.58 -
System Red Green Blue C M Y K H S L
Decimal 243 33 112 0 0.86 0.54 0.05 337.43 0.9 0.54
Hex F3 21 70 0 56 36 5 151 5A 36
Octal 363 41 160 0 126 66 5 521 132 66
Binary 11110011 100001 1110000 0 1010110 110110 101 101010001 1011010 110110

Color Harmonies of #F32170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32170

Black with #F32170

Text Example


Text Example

White with #F32170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32170; }

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

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

background-color css

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

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

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

border-color css

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

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

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