Html Css Color HEX #F31763 Ruby

📋 copy color: '#F31763'

red 243 ◦ green 23 ◦ blue 99

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

Shades of Ruby #F31763

Tints of Ruby #F31763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.3%

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 66.58%
G = 6.3%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F31763 (or 0xF31763) is known color: Ruby. HEX triplet: F3, 17 and 63. RGB value is (243,23,99). Sum of RGB (Red+Green+Blue) = 243+23+99=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F31763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31763 is #0CE89C. Grayscale: #616161. Windows color (decimal): -845981 or 6494195. OLE color: 6494195.

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

Color convert

RGB 243 23 99 -
CMYK 0 0.91 0.59 0.05
HSL 339.27º 0.9% 0.52% -
HSV(B) 339.27º 0.91% 0.95% -
XYZ 39.52 20.57 13.69 -
YUV 97.44 128.89 231.82 -
System Red Green Blue C M Y K H S L
Decimal 243 23 99 0 0.91 0.59 0.05 339.27 0.9 0.52
Hex F3 17 63 0 5B 3B 5 153 5A 34
Octal 363 27 143 0 133 73 5 523 132 64
Binary 11110011 10111 1100011 0 1011011 111011 101 101010011 1011010 110100

Color Harmonies of #F31763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31763

Black with #F31763

Text Example


Text Example

White with #F31763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31763; }

 p { color: rgb(243,23,99); }

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

background-color css

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

 a { background-color: rgb(243,23,99); }

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

border-color css

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

 span { border-color: rgb(243,23,99); }

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