Html Css Color HEX #F3216A Ruby

📋 copy color: '#F3216A'

red 243 ◦ green 33 ◦ blue 106

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

Shades of Ruby #F3216A

Tints of Ruby #F3216A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 63.61%
G = 8.64%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F3216A (or 0xF3216A) is known color: Ruby. HEX triplet: F3, 21 and 6A. RGB value is (243,33,106). Sum of RGB (Red+Green+Blue) = 243+33+106=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F3216A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3216A is #0CDE95. Grayscale: #686868. Windows color (decimal): -843414 or 6955507. OLE color: 6955507.

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

Color convert

RGB 243 33 106 -
CMYK 0 0.86 0.56 0.05
HSL 339.14º 0.9% 0.54% -
HSV(B) 339.14º 0.86% 0.95% -
XYZ 40.11 21.18 15.61 -
YUV 104.11 129.07 227.06 -
System Red Green Blue C M Y K H S L
Decimal 243 33 106 0 0.86 0.56 0.05 339.14 0.9 0.54
Hex F3 21 6A 0 56 38 5 153 5A 36
Octal 363 41 152 0 126 70 5 523 132 66
Binary 11110011 100001 1101010 0 1010110 111000 101 101010011 1011010 110110

Color Harmonies of #F3216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3216A

Black with #F3216A

Text Example


Text Example

White with #F3216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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