Html Css Color HEX #F51B65 Ruby

📋 copy color: '#F51B65'

red 245 ◦ green 27 ◦ blue 101

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

Shades of Ruby #F51B65

Tints of Ruby #F51B65

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.24%

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 65.68%
G = 7.24%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F51B65 (or 0xF51B65) is known color: Ruby. HEX triplet: F5, 1B and 65. RGB value is (245,27,101). Sum of RGB (Red+Green+Blue) = 245+27+101=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51B65 is #0AE49A. Grayscale: #646464. Windows color (decimal): -713883 or 6626293. OLE color: 6626293.

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

Color convert

RGB 245 27 101 -
CMYK 0 0.89 0.59 0.04
HSL 339.63º 0.92% 0.53% -
HSV(B) 339.63º 0.89% 0.96% -
XYZ 40.4 21.14 14.26 -
YUV 100.62 128.22 230.98 -
System Red Green Blue C M Y K H S L
Decimal 245 27 101 0 0.89 0.59 0.04 339.63 0.92 0.53
Hex F5 1B 65 0 59 3B 4 154 5C 35
Octal 365 33 145 0 131 73 4 524 134 65
Binary 11110101 11011 1100101 0 1011001 111011 100 101010100 1011100 110101

Color Harmonies of #F51B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51B65

Black with #F51B65

Text Example


Text Example

White with #F51B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51B65; }

 p { color: rgb(245,27,101); }

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

background-color css

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

 a { background-color: rgb(245,27,101); }

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

border-color css

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

 span { border-color: rgb(245,27,101); }

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