Html Css Color HEX #F71B6F Ruby

📋 copy color: '#F71B6F'

red 247 ◦ green 27 ◦ blue 111

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

Shades of Ruby #F71B6F

Tints of Ruby #F71B6F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.01%

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 64.16%
G = 7.01%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F71B6F (or 0xF71B6F) is known color: Ruby. HEX triplet: F7, 1B and 6F. RGB value is (247,27,111). Sum of RGB (Red+Green+Blue) = 247+27+111=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B6F is #08E490. Grayscale: #666666. Windows color (decimal): -582801 or 7281655. OLE color: 7281655.

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

Color convert

RGB 247 27 111 -
CMYK 0 0.89 0.55 0.03
HSL 337.09º 0.93% 0.54% -
HSV(B) 337.09º 0.89% 0.97% -
XYZ 41.62 21.71 17.03 -
YUV 102.36 132.89 231.17 -
System Red Green Blue C M Y K H S L
Decimal 247 27 111 0 0.89 0.55 0.03 337.09 0.93 0.54
Hex F7 1B 6F 0 59 37 3 151 5D 36
Octal 367 33 157 0 131 67 3 521 135 66
Binary 11110111 11011 1101111 0 1011001 110111 11 101010001 1011101 110110

Color Harmonies of #F71B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B6F

Black with #F71B6F

Text Example


Text Example

White with #F71B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B6F; }

 p { color: rgb(247,27,111); }

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

background-color css

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

 a { background-color: rgb(247,27,111); }

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

border-color css

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

 span { border-color: rgb(247,27,111); }

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