Html Css Color HEX #F31F75 Ruby

📋 copy color: '#F31F75'

red 243 ◦ green 31 ◦ blue 117

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

Shades of Ruby #F31F75

Tints of Ruby #F31F75

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.93%

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 62.15%
G = 7.93%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F31F75 (or 0xF31F75) is known color: Ruby. HEX triplet: F3, 1F and 75. RGB value is (243,31,117). Sum of RGB (Red+Green+Blue) = 243+31+117=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F75 is #0CE08A. Grayscale: #686868. Windows color (decimal): -843915 or 7675891. OLE color: 7675891.

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

Color convert

RGB 243 31 117 -
CMYK 0 0.87 0.52 0.05
HSL 335.66º 0.9% 0.54% -
HSV(B) 335.66º 0.87% 0.95% -
XYZ 40.66 21.32 18.8 -
YUV 104.19 135.24 227.01 -
System Red Green Blue C M Y K H S L
Decimal 243 31 117 0 0.87 0.52 0.05 335.66 0.9 0.54
Hex F3 1F 75 0 57 34 5 150 5A 36
Octal 363 37 165 0 127 64 5 520 132 66
Binary 11110011 11111 1110101 0 1010111 110100 101 101010000 1011010 110110

Color Harmonies of #F31F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F75

Black with #F31F75

Text Example


Text Example

White with #F31F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F75; }

 p { color: rgb(243,31,117); }

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

background-color css

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

 a { background-color: rgb(243,31,117); }

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

border-color css

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

 span { border-color: rgb(243,31,117); }

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