Html Css Color HEX #F51B6A Ruby

📋 copy color: '#F51B6A'

red 245 ◦ green 27 ◦ blue 106

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

Shades of Ruby #F51B6A

Tints of Ruby #F51B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 64.81%
G = 7.14%
B = 28.04%

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

#F51B6A (or 0xF51B6A) is known color: Ruby. HEX triplet: F5, 1B and 6A. RGB value is (245,27,106). Sum of RGB (Red+Green+Blue) = 245+27+106=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51B6A is #0AE495. Grayscale: #656565. Windows color (decimal): -713878 or 6953973. OLE color: 6953973.

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

Color convert

RGB 245 27 106 -
CMYK 0 0.89 0.57 0.04
HSL 338.26º 0.92% 0.53% -
HSV(B) 338.26º 0.89% 0.96% -
XYZ 40.65 21.24 15.59 -
YUV 101.19 130.72 230.58 -
System Red Green Blue C M Y K H S L
Decimal 245 27 106 0 0.89 0.57 0.04 338.26 0.92 0.53
Hex F5 1B 6A 0 59 39 4 152 5C 35
Octal 365 33 152 0 131 71 4 522 134 65
Binary 11110101 11011 1101010 0 1011001 111001 100 101010010 1011100 110101

Color Harmonies of #F51B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51B6A

Black with #F51B6A

Text Example


Text Example

White with #F51B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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