Html Css Color HEX #F51967 Ruby

📋 copy color: '#F51967'

red 245 ◦ green 25 ◦ blue 103

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

Shades of Ruby #F51967

Tints of Ruby #F51967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.61%

R = 65.68%
G = 6.7%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F51967 (or 0xF51967) is known color: Ruby. HEX triplet: F5, 19 and 67. RGB value is (245,25,103). Sum of RGB (Red+Green+Blue) = 245+25+103=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F51967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51967 is #0AE698. Grayscale: #636363. Windows color (decimal): -714393 or 6756853. OLE color: 6756853.

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

Color convert

RGB 245 25 103 -
CMYK 0 0.90 0.58 0.04
HSL 338.73º 0.92% 0.53% -
HSV(B) 338.73º 0.9% 0.96% -
XYZ 40.45 21.09 14.77 -
YUV 99.67 129.89 231.66 -
System Red Green Blue C M Y K H S L
Decimal 245 25 103 0 0.90 0.58 0.04 338.73 0.92 0.53
Hex F5 19 67 0 5A 3A 4 153 5C 35
Octal 365 31 147 0 132 72 4 523 134 65
Binary 11110101 11001 1100111 0 1011010 111010 100 101010011 1011100 110101

Color Harmonies of #F51967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51967

Black with #F51967

Text Example


Text Example

White with #F51967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51967; }

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

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

background-color css

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

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

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

border-color css

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

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

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