Html Css Color HEX #F71873 Ruby

📋 copy color: '#F71873'

red 247 ◦ green 24 ◦ blue 115

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

Shades of Ruby #F71873

Tints of Ruby #F71873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.22%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 63.99%
G = 6.22%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F71873 (or 0xF71873) is known color: Ruby. HEX triplet: F7, 18 and 73. RGB value is (247,24,115). Sum of RGB (Red+Green+Blue) = 247+24+115=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F71873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71873 is #08E78C. Grayscale: #646464. Windows color (decimal): -583565 or 7543031. OLE color: 7543031.

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

Color convert

RGB 247 24 115 -
CMYK 0 0.90 0.53 0.03
HSL 335.52º 0.93% 0.53% -
HSV(B) 335.52º 0.9% 0.97% -
XYZ 41.78 21.67 18.2 -
YUV 101.05 135.88 232.1 -
System Red Green Blue C M Y K H S L
Decimal 247 24 115 0 0.90 0.53 0.03 335.52 0.93 0.53
Hex F7 18 73 0 5A 35 3 150 5D 35
Octal 367 30 163 0 132 65 3 520 135 65
Binary 11110111 11000 1110011 0 1011010 110101 11 101010000 1011101 110101

Color Harmonies of #F71873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71873

Black with #F71873

Text Example


Text Example

White with #F71873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71873; }

 p { color: rgb(247,24,115); }

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

background-color css

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

 a { background-color: rgb(247,24,115); }

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

border-color css

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

 span { border-color: rgb(247,24,115); }

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