Html Css Color HEX #F31D6E Ruby

📋 copy color: '#F31D6E'

red 243 ◦ green 29 ◦ blue 110

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

Shades of Ruby #F31D6E

Tints of Ruby #F31D6E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.59%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 63.61%
G = 7.59%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F31D6E (or 0xF31D6E) is known color: Ruby. HEX triplet: F3, 1D and 6E. RGB value is (243,29,110). Sum of RGB (Red+Green+Blue) = 243+29+110=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31D6E is #0CE291. Grayscale: #666666. Windows color (decimal): -844434 or 7216627. OLE color: 7216627.

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

Color convert

RGB 243 29 110 -
CMYK 0 0.88 0.55 0.05
HSL 337.29º 0.9% 0.53% -
HSV(B) 337.29º 0.88% 0.95% -
XYZ 40.22 21.06 16.7 -
YUV 102.22 132.4 228.41 -
System Red Green Blue C M Y K H S L
Decimal 243 29 110 0 0.88 0.55 0.05 337.29 0.9 0.53
Hex F3 1D 6E 0 58 37 5 151 5A 35
Octal 363 35 156 0 130 67 5 521 132 65
Binary 11110011 11101 1101110 0 1011000 110111 101 101010001 1011010 110101

Color Harmonies of #F31D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31D6E

Black with #F31D6E

Text Example


Text Example

White with #F31D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31D6E; }

 p { color: rgb(243,29,110); }

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

background-color css

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

 a { background-color: rgb(243,29,110); }

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

border-color css

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

 span { border-color: rgb(243,29,110); }

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