Html Css Color HEX #F31670 Ruby

📋 copy color: '#F31670'

red 243 ◦ green 22 ◦ blue 112

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

Shades of Ruby #F31670

Tints of Ruby #F31670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.84%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 64.46%
G = 5.84%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F31670 (or 0xF31670) is known color: Ruby. HEX triplet: F3, 16 and 70. RGB value is (243,22,112). Sum of RGB (Red+Green+Blue) = 243+22+112=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F31670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31670 is #0CE98F. Grayscale: #626262. Windows color (decimal): -846224 or 7345907. OLE color: 7345907.

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

Color convert

RGB 243 22 112 -
CMYK 0 0.91 0.54 0.05
HSL 335.57º 0.9% 0.52% -
HSV(B) 335.57º 0.91% 0.95% -
XYZ 40.17 20.8 17.23 -
YUV 98.34 135.72 231.18 -
System Red Green Blue C M Y K H S L
Decimal 243 22 112 0 0.91 0.54 0.05 335.57 0.9 0.52
Hex F3 16 70 0 5B 36 5 150 5A 34
Octal 363 26 160 0 133 66 5 520 132 64
Binary 11110011 10110 1110000 0 1011011 110110 101 101010000 1011010 110100

Color Harmonies of #F31670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31670

Black with #F31670

Text Example


Text Example

White with #F31670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31670; }

 p { color: rgb(243,22,112); }

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

background-color css

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

 a { background-color: rgb(243,22,112); }

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

border-color css

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

 span { border-color: rgb(243,22,112); }

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