Html Css Color HEX #F3156D Ruby

📋 copy color: '#F3156D'

red 243 ◦ green 21 ◦ blue 109

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

Shades of Ruby #F3156D

Tints of Ruby #F3156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.63%

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

R = 65.15%
G = 5.63%
B = 29.22%

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

#F3156D (or 0xF3156D) is known color: Ruby. HEX triplet: F3, 15 and 6D. RGB value is (243,21,109). Sum of RGB (Red+Green+Blue) = 243+21+109=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F3156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3156D is #0CEA92. Grayscale: #616161. Windows color (decimal): -846483 or 7149043. OLE color: 7149043.

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

Color convert

RGB 243 21 109 -
CMYK 0 0.91 0.55 0.05
HSL 336.22º 0.9% 0.52% -
HSV(B) 336.22º 0.91% 0.95% -
XYZ 39.99 20.7 16.35 -
YUV 97.41 134.55 231.84 -
System Red Green Blue C M Y K H S L
Decimal 243 21 109 0 0.91 0.55 0.05 336.22 0.9 0.52
Hex F3 15 6D 0 5B 37 5 150 5A 34
Octal 363 25 155 0 133 67 5 520 132 64
Binary 11110011 10101 1101101 0 1011011 110111 101 101010000 1011010 110100

Color Harmonies of #F3156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3156D

Black with #F3156D

Text Example


Text Example

White with #F3156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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