Html Css Color HEX #F51671 Ruby

📋 copy color: '#F51671'

red 245 ◦ green 22 ◦ blue 113

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

Shades of Ruby #F51671

Tints of Ruby #F51671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.79%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 64.47%
G = 5.79%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F51671 (or 0xF51671) is known color: Ruby. HEX triplet: F5, 16 and 71. RGB value is (245,22,113). Sum of RGB (Red+Green+Blue) = 245+22+113=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F51671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51671 is #0AE98E. Grayscale: #626262. Windows color (decimal): -715151 or 7411445. OLE color: 7411445.

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

Color convert

RGB 245 22 113 -
CMYK 0 0.91 0.54 0.04
HSL 335.52º 0.92% 0.52% -
HSV(B) 335.52º 0.91% 0.96% -
XYZ 40.92 21.18 17.55 -
YUV 99.05 135.88 232.1 -
System Red Green Blue C M Y K H S L
Decimal 245 22 113 0 0.91 0.54 0.04 335.52 0.92 0.52
Hex F5 16 71 0 5B 36 4 150 5C 34
Octal 365 26 161 0 133 66 4 520 134 64
Binary 11110101 10110 1110001 0 1011011 110110 100 101010000 1011100 110100

Color Harmonies of #F51671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51671

Black with #F51671

Text Example


Text Example

White with #F51671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51671; }

 p { color: rgb(245,22,113); }

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

background-color css

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

 a { background-color: rgb(245,22,113); }

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

border-color css

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

 span { border-color: rgb(245,22,113); }

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