Html Css Color HEX #F31961 Ruby

📋 copy color: '#F31961'

red 243 ◦ green 25 ◦ blue 97

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

Shades of Ruby #F31961

Tints of Ruby #F31961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.85%

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 66.58%
G = 6.85%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F31961 (or 0xF31961) is known color: Ruby. HEX triplet: F3, 19 and 61. RGB value is (243,25,97). Sum of RGB (Red+Green+Blue) = 243+25+97=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F31961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31961 is #0CE69E. Grayscale: #626262. Windows color (decimal): -845471 or 6363635. OLE color: 6363635.

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

Color convert

RGB 243 25 97 -
CMYK 0 0.90 0.60 0.05
HSL 340.18º 0.9% 0.53% -
HSV(B) 340.18º 0.9% 0.95% -
XYZ 39.47 20.61 13.21 -
YUV 98.39 127.22 231.15 -
System Red Green Blue C M Y K H S L
Decimal 243 25 97 0 0.90 0.60 0.05 340.18 0.9 0.53
Hex F3 19 61 0 5A 3C 5 154 5A 35
Octal 363 31 141 0 132 74 5 524 132 65
Binary 11110011 11001 1100001 0 1011010 111100 101 101010100 1011010 110101

Color Harmonies of #F31961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31961

Black with #F31961

Text Example


Text Example

White with #F31961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31961; }

 p { color: rgb(243,25,97); }

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

background-color css

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

 a { background-color: rgb(243,25,97); }

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

border-color css

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

 span { border-color: rgb(243,25,97); }

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