Html Css Color HEX #F3146F Ruby

📋 copy color: '#F3146F'

red 243 ◦ green 20 ◦ blue 111

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

Shades of Ruby #F3146F

Tints of Ruby #F3146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 64.97%
G = 5.35%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F3146F (or 0xF3146F) is known color: Ruby. HEX triplet: F3, 14 and 6F. RGB value is (243,20,111). Sum of RGB (Red+Green+Blue) = 243+20+111=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F3146F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3146F is #0CEB90. Grayscale: #606060. Windows color (decimal): -846737 or 7279859. OLE color: 7279859.

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

Color convert

RGB 243 20 111 -
CMYK 0 0.92 0.54 0.05
HSL 335.52º 0.9% 0.52% -
HSV(B) 335.52º 0.92% 0.95% -
XYZ 40.08 20.7 16.92 -
YUV 97.05 135.88 232.1 -
System Red Green Blue C M Y K H S L
Decimal 243 20 111 0 0.92 0.54 0.05 335.52 0.9 0.52
Hex F3 14 6F 0 5C 36 5 150 5A 34
Octal 363 24 157 0 134 66 5 520 132 64
Binary 11110011 10100 1101111 0 1011100 110110 101 101010000 1011010 110100

Color Harmonies of #F3146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3146F

Black with #F3146F

Text Example


Text Example

White with #F3146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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