Html Css Color HEX #F31563 Ruby

📋 copy color: '#F31563'

red 243 ◦ green 21 ◦ blue 99

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

Shades of Ruby #F31563

Tints of Ruby #F31563

RGB

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

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

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

R = 66.94%
G = 5.79%
B = 27.27%

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

#F31563 (or 0xF31563) is known color: Ruby. HEX triplet: F3, 15 and 63. RGB value is (243,21,99). Sum of RGB (Red+Green+Blue) = 243+21+99=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F31563 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31563 is #0CEA9C. Grayscale: #606060. Windows color (decimal): -846493 or 6493683. OLE color: 6493683.

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

Color convert

RGB 243 21 99 -
CMYK 0 0.91 0.59 0.05
HSL 338.92º 0.9% 0.52% -
HSV(B) 338.92º 0.91% 0.95% -
XYZ 39.48 20.49 13.68 -
YUV 96.27 129.55 232.66 -
System Red Green Blue C M Y K H S L
Decimal 243 21 99 0 0.91 0.59 0.05 338.92 0.9 0.52
Hex F3 15 63 0 5B 3B 5 153 5A 34
Octal 363 25 143 0 133 73 5 523 132 64
Binary 11110011 10101 1100011 0 1011011 111011 101 101010011 1011010 110100

Color Harmonies of #F31563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31563

Black with #F31563

Text Example


Text Example

White with #F31563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31563; }

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

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

background-color css

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

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

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

border-color css

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

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

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