Html Css Color HEX #F3166C Ruby

📋 copy color: '#F3166C'

red 243 ◦ green 22 ◦ blue 108

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

Shades of Ruby #F3166C

Tints of Ruby #F3166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.9%

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 65.15%
G = 5.9%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F3166C (or 0xF3166C) is known color: Ruby. HEX triplet: F3, 16 and 6C. RGB value is (243,22,108). Sum of RGB (Red+Green+Blue) = 243+22+108=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F3166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3166C is #0CE993. Grayscale: #616161. Windows color (decimal): -846228 or 7083763. OLE color: 7083763.

HSL color Cylindrical-coordinate representation of color #F3166C: hue angle of 336.65º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3166C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 22 108 -
CMYK 0 0.91 0.56 0.05
HSL 336.65º 0.9% 0.52% -
HSV(B) 336.65º 0.91% 0.95% -
XYZ 39.96 20.71 16.08 -
YUV 97.88 133.72 231.51 -
System Red Green Blue C M Y K H S L
Decimal 243 22 108 0 0.91 0.56 0.05 336.65 0.9 0.52
Hex F3 16 6C 0 5B 38 5 151 5A 34
Octal 363 26 154 0 133 70 5 521 132 64
Binary 11110011 10110 1101100 0 1011011 111000 101 101010001 1011010 110100

Color Harmonies of #F3166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3166C

Black with #F3166C

Text Example


Text Example

White with #F3166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3166C; }

 p { color: rgb(243,22,108); }

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

background-color css

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

 a { background-color: rgb(243,22,108); }

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

border-color css

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

 span { border-color: rgb(243,22,108); }

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