Html Css Color HEX #F31468 Ruby

📋 copy color: '#F31468'

red 243 ◦ green 20 ◦ blue 104

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

Shades of Ruby #F31468

Tints of Ruby #F31468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.34%

R = 66.21%
G = 5.45%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F31468 (or 0xF31468) is known color: Ruby. HEX triplet: F3, 14 and 68. RGB value is (243,20,104). Sum of RGB (Red+Green+Blue) = 243+20+104=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F31468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31468 is #0CEB97. Grayscale: #606060. Windows color (decimal): -846744 or 6821107. OLE color: 6821107.

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

Color convert

RGB 243 20 104 -
CMYK 0 0.92 0.57 0.05
HSL 337.4º 0.9% 0.52% -
HSV(B) 337.4º 0.92% 0.95% -
XYZ 39.71 20.55 14.97 -
YUV 96.25 132.38 232.67 -
System Red Green Blue C M Y K H S L
Decimal 243 20 104 0 0.92 0.57 0.05 337.4 0.9 0.52
Hex F3 14 68 0 5C 39 5 151 5A 34
Octal 363 24 150 0 134 71 5 521 132 64
Binary 11110011 10100 1101000 0 1011100 111001 101 101010001 1011010 110100

Color Harmonies of #F31468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31468

Black with #F31468

Text Example


Text Example

White with #F31468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31468; }

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

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

background-color css

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

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

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

border-color css

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

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

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