Html Css Color HEX #F71971 Ruby

📋 copy color: '#F71971'

red 247 ◦ green 25 ◦ blue 113

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

Shades of Ruby #F71971

Tints of Ruby #F71971

RGB

 RED value IS 247 (96.88% from 255) = 64.16%

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

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

R = 64.16%
G = 6.49%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F71971 (or 0xF71971) is known color: Ruby. HEX triplet: F7, 19 and 71. RGB value is (247,25,113). Sum of RGB (Red+Green+Blue) = 247+25+113=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F71971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71971 is #08E68E. Grayscale: #656565. Windows color (decimal): -583311 or 7412215. OLE color: 7412215.

HSL color Cylindrical-coordinate representation of color #F71971: hue angle of 336.22º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71971 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 25 113 -
CMYK 0 0.90 0.54 0.03
HSL 336.22º 0.93% 0.53% -
HSV(B) 336.22º 0.9% 0.97% -
XYZ 41.69 21.66 17.61 -
YUV 101.41 134.55 231.84 -
System Red Green Blue C M Y K H S L
Decimal 247 25 113 0 0.90 0.54 0.03 336.22 0.93 0.53
Hex F7 19 71 0 5A 36 3 150 5D 35
Octal 367 31 161 0 132 66 3 520 135 65
Binary 11110111 11001 1110001 0 1011010 110110 11 101010000 1011101 110101

Color Harmonies of #F71971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71971

Black with #F71971

Text Example


Text Example

White with #F71971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71971; }

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

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

background-color css

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

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

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

border-color css

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

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

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