Html Css Color HEX #F71F71 Ruby

📋 copy color: '#F71F71'

red 247 ◦ green 31 ◦ blue 113

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

Shades of Ruby #F71F71

Tints of Ruby #F71F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.93%

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

R = 63.17%
G = 7.93%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F71F71 (or 0xF71F71) is known color: Ruby. HEX triplet: F7, 1F and 71. RGB value is (247,31,113). Sum of RGB (Red+Green+Blue) = 247+31+113=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71F71 is #08E08E. Grayscale: #686868. Windows color (decimal): -581775 or 7413751. OLE color: 7413751.

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

Color convert

RGB 247 31 113 -
CMYK 0 0.87 0.54 0.03
HSL 337.22º 0.93% 0.55% -
HSV(B) 337.22º 0.87% 0.97% -
XYZ 41.83 21.95 17.65 -
YUV 104.93 132.56 229.33 -
System Red Green Blue C M Y K H S L
Decimal 247 31 113 0 0.87 0.54 0.03 337.22 0.93 0.55
Hex F7 1F 71 0 57 36 3 151 5D 37
Octal 367 37 161 0 127 66 3 521 135 67
Binary 11110111 11111 1110001 0 1010111 110110 11 101010001 1011101 110111

Color Harmonies of #F71F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F71

Black with #F71F71

Text Example


Text Example

White with #F71F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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