Html Css Color HEX #F71E6F Ruby

📋 copy color: '#F71E6F'

red 247 ◦ green 30 ◦ blue 111

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

Shades of Ruby #F71E6F

Tints of Ruby #F71E6F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.73%

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

R = 63.66%
G = 7.73%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F71E6F (or 0xF71E6F) is known color: Ruby. HEX triplet: F7, 1E and 6F. RGB value is (247,30,111). Sum of RGB (Red+Green+Blue) = 247+30+111=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E6F is #08E190. Grayscale: #686868. Windows color (decimal): -582033 or 7282423. OLE color: 7282423.

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

Color convert

RGB 247 30 111 -
CMYK 0 0.88 0.55 0.03
HSL 337.6º 0.93% 0.54% -
HSV(B) 337.6º 0.88% 0.97% -
XYZ 41.69 21.85 17.06 -
YUV 104.12 131.89 229.91 -
System Red Green Blue C M Y K H S L
Decimal 247 30 111 0 0.88 0.55 0.03 337.6 0.93 0.54
Hex F7 1E 6F 0 58 37 3 152 5D 36
Octal 367 36 157 0 130 67 3 522 135 66
Binary 11110111 11110 1101111 0 1011000 110111 11 101010010 1011101 110110

Color Harmonies of #F71E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E6F

Black with #F71E6F

Text Example


Text Example

White with #F71E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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