Html Css Color HEX #F31C71 Ruby

📋 copy color: '#F31C71'

red 243 ◦ green 28 ◦ blue 113

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

Shades of Ruby #F31C71

Tints of Ruby #F31C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.29%

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 63.28%
G = 7.29%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F31C71 (or 0xF31C71) is known color: Ruby. HEX triplet: F3, 1C and 71. RGB value is (243,28,113). Sum of RGB (Red+Green+Blue) = 243+28+113=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C71 is #0CE38E. Grayscale: #656565. Windows color (decimal): -844687 or 7412979. OLE color: 7412979.

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

Color convert

RGB 243 28 113 -
CMYK 0 0.88 0.53 0.05
HSL 336.28º 0.9% 0.53% -
HSV(B) 336.28º 0.88% 0.95% -
XYZ 40.36 21.08 17.56 -
YUV 101.98 134.23 228.59 -
System Red Green Blue C M Y K H S L
Decimal 243 28 113 0 0.88 0.53 0.05 336.28 0.9 0.53
Hex F3 1C 71 0 58 35 5 150 5A 35
Octal 363 34 161 0 130 65 5 520 132 65
Binary 11110011 11100 1110001 0 1011000 110101 101 101010000 1011010 110101

Color Harmonies of #F31C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C71

Black with #F31C71

Text Example


Text Example

White with #F31C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C71; }

 p { color: rgb(243,28,113); }

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

background-color css

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

 a { background-color: rgb(243,28,113); }

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

border-color css

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

 span { border-color: rgb(243,28,113); }

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