Html Css Color HEX #F52171 Ruby

📋 copy color: '#F52171'

red 245 ◦ green 33 ◦ blue 113

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

Shades of Ruby #F52171

Tints of Ruby #F52171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.44%

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

R = 62.66%
G = 8.44%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F52171 (or 0xF52171) is known color: Ruby. HEX triplet: F5, 21 and 71. RGB value is (245,33,113). Sum of RGB (Red+Green+Blue) = 245+33+113=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F52171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52171 is #0ADE8E. Grayscale: #696969. Windows color (decimal): -712335 or 7414261. OLE color: 7414261.

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

Color convert

RGB 245 33 113 -
CMYK 0 0.87 0.54 0.04
HSL 337.36º 0.91% 0.55% -
HSV(B) 337.36º 0.87% 0.96% -
XYZ 41.18 21.69 17.64 -
YUV 105.51 132.24 227.5 -
System Red Green Blue C M Y K H S L
Decimal 245 33 113 0 0.87 0.54 0.04 337.36 0.91 0.55
Hex F5 21 71 0 57 36 4 151 5B 37
Octal 365 41 161 0 127 66 4 521 133 67
Binary 11110101 100001 1110001 0 1010111 110110 100 101010001 1011011 110111

Color Harmonies of #F52171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52171

Black with #F52171

Text Example


Text Example

White with #F52171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52171; }

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

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

background-color css

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

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

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

border-color css

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

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

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