Html Css Color HEX #F3216E Ruby

📋 copy color: '#F3216E'

red 243 ◦ green 33 ◦ blue 110

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

Shades of Ruby #F3216E

Tints of Ruby #F3216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.5%

R = 62.95%
G = 8.55%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F3216E (or 0xF3216E) is known color: Ruby. HEX triplet: F3, 21 and 6E. RGB value is (243,33,110). Sum of RGB (Red+Green+Blue) = 243+33+110=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3216E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3216E is #0CDE91. Grayscale: #686868. Windows color (decimal): -843410 or 7217651. OLE color: 7217651.

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

Color convert

RGB 243 33 110 -
CMYK 0 0.86 0.55 0.05
HSL 338º 0.9% 0.54% -
HSV(B) 338º 0.86% 0.95% -
XYZ 40.32 21.27 16.73 -
YUV 104.57 131.07 226.74 -
System Red Green Blue C M Y K H S L
Decimal 243 33 110 0 0.86 0.55 0.05 338 0.9 0.54
Hex F3 21 6E 0 56 37 5 152 5A 36
Octal 363 41 156 0 126 67 5 522 132 66
Binary 11110011 100001 1101110 0 1010110 110111 101 101010010 1011010 110110

Color Harmonies of #F3216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3216E

Black with #F3216E

Text Example


Text Example

White with #F3216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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