Html Css Color HEX #F3166D Ruby

📋 copy color: '#F3166D'

red 243 ◦ green 22 ◦ blue 109

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

Shades of Ruby #F3166D

Tints of Ruby #F3166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 64.97%
G = 5.88%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F3166D (or 0xF3166D) is known color: Ruby. HEX triplet: F3, 16 and 6D. RGB value is (243,22,109). Sum of RGB (Red+Green+Blue) = 243+22+109=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F3166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3166D is #0CE992. Grayscale: #616161. Windows color (decimal): -846227 or 7149299. OLE color: 7149299.

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

Color convert

RGB 243 22 109 -
CMYK 0 0.91 0.55 0.05
HSL 336.38º 0.9% 0.52% -
HSV(B) 336.38º 0.91% 0.95% -
XYZ 40.01 20.73 16.36 -
YUV 98 134.22 231.43 -
System Red Green Blue C M Y K H S L
Decimal 243 22 109 0 0.91 0.55 0.05 336.38 0.9 0.52
Hex F3 16 6D 0 5B 37 5 150 5A 34
Octal 363 26 155 0 133 67 5 520 132 64
Binary 11110011 10110 1101101 0 1011011 110111 101 101010000 1011010 110100

Color Harmonies of #F3166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3166D

Black with #F3166D

Text Example


Text Example

White with #F3166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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