Html Css Color HEX #F51B69 Ruby

📋 copy color: '#F51B69'

red 245 ◦ green 27 ◦ blue 105

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

Shades of Ruby #F51B69

Tints of Ruby #F51B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 64.99%
G = 7.16%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F51B69 (or 0xF51B69) is known color: Ruby. HEX triplet: F5, 1B and 69. RGB value is (245,27,105). Sum of RGB (Red+Green+Blue) = 245+27+105=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51B69 is #0AE496. Grayscale: #646464. Windows color (decimal): -713879 or 6888437. OLE color: 6888437.

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

Color convert

RGB 245 27 105 -
CMYK 0 0.89 0.57 0.04
HSL 338.53º 0.92% 0.53% -
HSV(B) 338.53º 0.89% 0.96% -
XYZ 40.6 21.22 15.32 -
YUV 101.07 130.22 230.66 -
System Red Green Blue C M Y K H S L
Decimal 245 27 105 0 0.89 0.57 0.04 338.53 0.92 0.53
Hex F5 1B 69 0 59 39 4 153 5C 35
Octal 365 33 151 0 131 71 4 523 134 65
Binary 11110101 11011 1101001 0 1011001 111001 100 101010011 1011100 110101

Color Harmonies of #F51B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51B69

Black with #F51B69

Text Example


Text Example

White with #F51B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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