Html Css Color HEX #F31470 Ruby

📋 copy color: '#F31470'

red 243 ◦ green 20 ◦ blue 112

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

Shades of Ruby #F31470

Tints of Ruby #F31470

RGB

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

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

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

R = 64.8%
G = 5.33%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F31470 (or 0xF31470) is known color: Ruby. HEX triplet: F3, 14 and 70. RGB value is (243,20,112). Sum of RGB (Red+Green+Blue) = 243+20+112=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F31470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31470 is #0CEB8F. Grayscale: #616161. Windows color (decimal): -846736 or 7345395. OLE color: 7345395.

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

Color convert

RGB 243 20 112 -
CMYK 0 0.92 0.54 0.05
HSL 335.25º 0.9% 0.52% -
HSV(B) 335.25º 0.92% 0.95% -
XYZ 40.14 20.72 17.21 -
YUV 97.17 136.38 232.02 -
System Red Green Blue C M Y K H S L
Decimal 243 20 112 0 0.92 0.54 0.05 335.25 0.9 0.52
Hex F3 14 70 0 5C 36 5 14F 5A 34
Octal 363 24 160 0 134 66 5 517 132 64
Binary 11110011 10100 1110000 0 1011100 110110 101 101001111 1011010 110100

Color Harmonies of #F31470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31470

Black with #F31470

Text Example


Text Example

White with #F31470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31470; }

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

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

background-color css

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

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

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

border-color css

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

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

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