Html Css Color HEX #F31367 Ruby

📋 copy color: '#F31367'

red 243 ◦ green 19 ◦ blue 103

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

Shades of Ruby #F31367

Tints of Ruby #F31367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.21%

 BLUE value IS 103 (40.63% from 255) = 28.22%

R = 66.58%
G = 5.21%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F31367 (or 0xF31367) is known color: Ruby. HEX triplet: F3, 13 and 67. RGB value is (243,19,103). Sum of RGB (Red+Green+Blue) = 243+19+103=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F31367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31367 is #0CEC98. Grayscale: #5F5F5F. Windows color (decimal): -847001 or 6755315. OLE color: 6755315.

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

Color convert

RGB 243 19 103 -
CMYK 0 0.92 0.58 0.05
HSL 337.5º 0.9% 0.51% -
HSV(B) 337.5º 0.92% 0.95% -
XYZ 39.64 20.5 14.7 -
YUV 95.55 132.21 233.17 -
System Red Green Blue C M Y K H S L
Decimal 243 19 103 0 0.92 0.58 0.05 337.5 0.9 0.51
Hex F3 13 67 0 5C 3A 5 152 5A 33
Octal 363 23 147 0 134 72 5 522 132 63
Binary 11110011 10011 1100111 0 1011100 111010 101 101010010 1011010 110011

Color Harmonies of #F31367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31367

Black with #F31367

Text Example


Text Example

White with #F31367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31367; }

 p { color: rgb(243,19,103); }

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

background-color css

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

 a { background-color: rgb(243,19,103); }

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

border-color css

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

 span { border-color: rgb(243,19,103); }

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