Html Css Color HEX #F31970 Ruby

📋 copy color: '#F31970'

red 243 ◦ green 25 ◦ blue 112

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

Shades of Ruby #F31970

Tints of Ruby #F31970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.58%

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

R = 63.95%
G = 6.58%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F31970 (or 0xF31970) is known color: Ruby. HEX triplet: F3, 19 and 70. RGB value is (243,25,112). Sum of RGB (Red+Green+Blue) = 243+25+112=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F31970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31970 is #0CE68F. Grayscale: #636363. Windows color (decimal): -845456 or 7346675. OLE color: 7346675.

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

Color convert

RGB 243 25 112 -
CMYK 0 0.90 0.54 0.05
HSL 336.06º 0.9% 0.53% -
HSV(B) 336.06º 0.9% 0.95% -
XYZ 40.23 20.92 17.25 -
YUV 100.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 243 25 112 0 0.90 0.54 0.05 336.06 0.9 0.53
Hex F3 19 70 0 5A 36 5 150 5A 35
Octal 363 31 160 0 132 66 5 520 132 65
Binary 11110011 11001 1110000 0 1011010 110110 101 101010000 1011010 110101

Color Harmonies of #F31970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31970

Black with #F31970

Text Example


Text Example

White with #F31970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31970; }

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

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

background-color css

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

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

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

border-color css

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

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

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