Html Css Color HEX #F51974 Ruby

📋 copy color: '#F51974'

red 245 ◦ green 25 ◦ blue 116

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

Shades of Ruby #F51974

Tints of Ruby #F51974

RGB

 RED value IS 245 (96.09% from 255) = 63.47%

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

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

R = 63.47%
G = 6.48%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F51974 (or 0xF51974) is known color: Ruby. HEX triplet: F5, 19 and 74. RGB value is (245,25,116). Sum of RGB (Red+Green+Blue) = 245+25+116=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F51974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51974 is #0AE68B. Grayscale: #656565. Windows color (decimal): -714380 or 7608821. OLE color: 7608821.

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

Color convert

RGB 245 25 116 -
CMYK 0 0.90 0.53 0.04
HSL 335.18º 0.92% 0.53% -
HSV(B) 335.18º 0.9% 0.96% -
XYZ 41.16 21.37 18.48 -
YUV 101.15 136.39 230.6 -
System Red Green Blue C M Y K H S L
Decimal 245 25 116 0 0.90 0.53 0.04 335.18 0.92 0.53
Hex F5 19 74 0 5A 35 4 14F 5C 35
Octal 365 31 164 0 132 65 4 517 134 65
Binary 11110101 11001 1110100 0 1011010 110101 100 101001111 1011100 110101

Color Harmonies of #F51974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51974

Black with #F51974

Text Example


Text Example

White with #F51974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51974; }

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

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

background-color css

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

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

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

border-color css

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

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

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