Html Css Color HEX #F3185D Ruby

📋 copy color: '#F3185D'

red 243 ◦ green 24 ◦ blue 93

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

Shades of Ruby #F3185D

Tints of Ruby #F3185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 67.5%
G = 6.67%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3185D (or 0xF3185D) is known color: Ruby. HEX triplet: F3, 18 and 5D. RGB value is (243,24,93). Sum of RGB (Red+Green+Blue) = 243+24+93=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F3185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3185D is #0CE7A2. Grayscale: #616161. Windows color (decimal): -845731 or 6101235. OLE color: 6101235.

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

Color convert

RGB 243 24 93 -
CMYK 0 0.90 0.62 0.05
HSL 341.1º 0.9% 0.52% -
HSV(B) 341.1º 0.9% 0.95% -
XYZ 39.26 20.5 12.24 -
YUV 97.35 125.55 231.89 -
System Red Green Blue C M Y K H S L
Decimal 243 24 93 0 0.90 0.62 0.05 341.1 0.9 0.52
Hex F3 18 5D 0 5A 3E 5 155 5A 34
Octal 363 30 135 0 132 76 5 525 132 64
Binary 11110011 11000 1011101 0 1011010 111110 101 101010101 1011010 110100

Color Harmonies of #F3185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3185D

Black with #F3185D

Text Example


Text Example

White with #F3185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3185D; }

 p { color: rgb(243,24,93); }

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

background-color css

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

 a { background-color: rgb(243,24,93); }

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

border-color css

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

 span { border-color: rgb(243,24,93); }

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