Html Css Color HEX #FF1971 Ruby

📋 copy color: '#FF1971'

red 255 ◦ green 25 ◦ blue 113

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

Shades of Ruby #FF1971

Tints of Ruby #FF1971

RGB

 RED value IS 255 (100% from 255) = 64.89%

 GREEN value IS 25 (10.16% from 255) = 6.36%

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

R = 64.89%
G = 6.36%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF1971 (or 0xFF1971) is known color: Ruby. HEX triplet: FF, 19 and 71. RGB value is (255,25,113). Sum of RGB (Red+Green+Blue) = 255+25+113=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1971 is #00E68E. Grayscale: #676767. Windows color (decimal): -59023 or 7412223. OLE color: 7412223.

HSL color Cylindrical-coordinate representation of color #FF1971: hue angle of 337.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1971 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 25 113 -
CMYK 0 0.90 0.56 0
HSL 337.04º 1% 0.55% -
HSV(B) 337.04º 0.9% 1% -
XYZ 44.57 23.15 17.74 -
YUV 103.8 133.2 235.84 -
System Red Green Blue C M Y K H S L
Decimal 255 25 113 0 0.90 0.56 0 337.04 1 0.55
Hex FF 19 71 0 5A 38 0 151 64 37
Octal 377 31 161 0 132 70 0 521 144 67
Binary 11111111 11001 1110001 0 1011010 111000 0 101010001 1100100 110111

Color Harmonies of #FF1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1971

Black with #FF1971

Text Example


Text Example

White with #FF1971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1971; }

 p { color: rgb(255,25,113); }

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

background-color css

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

 a { background-color: rgb(255,25,113); }

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

border-color css

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

 span { border-color: rgb(255,25,113); }

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