Html Css Color HEX #F71A6D Ruby

📋 copy color: '#F71A6D'

red 247 ◦ green 26 ◦ blue 109

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

Shades of Ruby #F71A6D

Tints of Ruby #F71A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.81%

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 64.66%
G = 6.81%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F71A6D (or 0xF71A6D) is known color: Ruby. HEX triplet: F7, 1A and 6D. RGB value is (247,26,109). Sum of RGB (Red+Green+Blue) = 247+26+109=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71A6D is #08E592. Grayscale: #656565. Windows color (decimal): -583059 or 7150327. OLE color: 7150327.

HSL color Cylindrical-coordinate representation of color #F71A6D: hue angle of 337.47º 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 #F71A6D is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 26 109 -
CMYK 0 0.89 0.56 0.03
HSL 337.47º 0.93% 0.54% -
HSV(B) 337.47º 0.89% 0.97% -
XYZ 41.49 21.62 16.45 -
YUV 101.54 132.22 231.75 -
System Red Green Blue C M Y K H S L
Decimal 247 26 109 0 0.89 0.56 0.03 337.47 0.93 0.54
Hex F7 1A 6D 0 59 38 3 151 5D 36
Octal 367 32 155 0 131 70 3 521 135 66
Binary 11110111 11010 1101101 0 1011001 111000 11 101010001 1011101 110110

Color Harmonies of #F71A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71A6D

Black with #F71A6D

Text Example


Text Example

White with #F71A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71A6D; }

 p { color: rgb(247,26,109); }

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

background-color css

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

 a { background-color: rgb(247,26,109); }

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

border-color css

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

 span { border-color: rgb(247,26,109); }

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