Html Css Color HEX #F31974 Ruby

📋 copy color: '#F31974'

red 243 ◦ green 25 ◦ blue 116

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

Shades of Ruby #F31974

Tints of Ruby #F31974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 63.28%
G = 6.51%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F31974 (or 0xF31974) is known color: Ruby. HEX triplet: F3, 19 and 74. RGB value is (243,25,116). Sum of RGB (Red+Green+Blue) = 243+25+116=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F31974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31974 is #0CE68B. Grayscale: #646464. Windows color (decimal): -845452 or 7608819. OLE color: 7608819.

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

Color convert

RGB 243 25 116 -
CMYK 0 0.90 0.52 0.05
HSL 334.95º 0.9% 0.53% -
HSV(B) 334.95º 0.9% 0.95% -
XYZ 40.46 21.01 18.45 -
YUV 100.56 136.72 229.6 -
System Red Green Blue C M Y K H S L
Decimal 243 25 116 0 0.90 0.52 0.05 334.95 0.9 0.53
Hex F3 19 74 0 5A 34 5 14F 5A 35
Octal 363 31 164 0 132 64 5 517 132 65
Binary 11110011 11001 1110100 0 1011010 110100 101 101001111 1011010 110101

Color Harmonies of #F31974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31974

Black with #F31974

Text Example


Text Example

White with #F31974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31974; }

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

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

background-color css

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

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

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

border-color css

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

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

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