Html Css Color HEX #F31F77 Ruby

📋 copy color: '#F31F77'

red 243 ◦ green 31 ◦ blue 119

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

Shades of Ruby #F31F77

Tints of Ruby #F31F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.28%

R = 61.83%
G = 7.89%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F31F77 (or 0xF31F77) is known color: Ruby. HEX triplet: F3, 1F and 77. RGB value is (243,31,119). Sum of RGB (Red+Green+Blue) = 243+31+119=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F77 is #0CE088. Grayscale: #686868. Windows color (decimal): -843913 or 7806963. OLE color: 7806963.

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

Color convert

RGB 243 31 119 -
CMYK 0 0.87 0.51 0.05
HSL 335.09º 0.9% 0.54% -
HSV(B) 335.09º 0.87% 0.95% -
XYZ 40.78 21.37 19.43 -
YUV 104.42 136.24 226.84 -
System Red Green Blue C M Y K H S L
Decimal 243 31 119 0 0.87 0.51 0.05 335.09 0.9 0.54
Hex F3 1F 77 0 57 33 5 14F 5A 36
Octal 363 37 167 0 127 63 5 517 132 66
Binary 11110011 11111 1110111 0 1010111 110011 101 101001111 1011010 110110

Color Harmonies of #F31F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F77

Black with #F31F77

Text Example


Text Example

White with #F31F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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