Html Css Color HEX #F3146D Ruby

📋 copy color: '#F3146D'

red 243 ◦ green 20 ◦ blue 109

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

Shades of Ruby #F3146D

Tints of Ruby #F3146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

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

R = 65.32%
G = 5.38%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F3146D (or 0xF3146D) is known color: Ruby. HEX triplet: F3, 14 and 6D. RGB value is (243,20,109). Sum of RGB (Red+Green+Blue) = 243+20+109=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F3146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3146D is #0CEB92. Grayscale: #606060. Windows color (decimal): -846739 or 7148787. OLE color: 7148787.

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

Color convert

RGB 243 20 109 -
CMYK 0 0.92 0.55 0.05
HSL 336.05º 0.9% 0.52% -
HSV(B) 336.05º 0.92% 0.95% -
XYZ 39.97 20.66 16.35 -
YUV 96.82 134.88 232.26 -
System Red Green Blue C M Y K H S L
Decimal 243 20 109 0 0.92 0.55 0.05 336.05 0.9 0.52
Hex F3 14 6D 0 5C 37 5 150 5A 34
Octal 363 24 155 0 134 67 5 520 132 64
Binary 11110011 10100 1101101 0 1011100 110111 101 101010000 1011010 110100

Color Harmonies of #F3146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3146D

Black with #F3146D

Text Example


Text Example

White with #F3146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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