Html Css Color HEX #F51F65 Ruby

📋 copy color: '#F51F65'

red 245 ◦ green 31 ◦ blue 101

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

Shades of Ruby #F51F65

Tints of Ruby #F51F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.22%

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

R = 64.99%
G = 8.22%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F51F65 (or 0xF51F65) is known color: Ruby. HEX triplet: F5, 1F and 65. RGB value is (245,31,101). Sum of RGB (Red+Green+Blue) = 245+31+101=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51F65 is #0AE09A. Grayscale: #666666. Windows color (decimal): -712859 or 6627317. OLE color: 6627317.

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

Color convert

RGB 245 31 101 -
CMYK 0 0.87 0.59 0.04
HSL 340.37º 0.91% 0.54% -
HSV(B) 340.37º 0.87% 0.96% -
XYZ 40.5 21.33 14.3 -
YUV 102.97 126.9 229.31 -
System Red Green Blue C M Y K H S L
Decimal 245 31 101 0 0.87 0.59 0.04 340.37 0.91 0.54
Hex F5 1F 65 0 57 3B 4 154 5B 36
Octal 365 37 145 0 127 73 4 524 133 66
Binary 11110101 11111 1100101 0 1010111 111011 100 101010100 1011011 110110

Color Harmonies of #F51F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51F65

Black with #F51F65

Text Example


Text Example

White with #F51F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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