Html Css Color HEX #F71673 Ruby

📋 copy color: '#F71673'

red 247 ◦ green 22 ◦ blue 115

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

Shades of Ruby #F71673

Tints of Ruby #F71673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.73%

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

R = 64.32%
G = 5.73%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F71673 (or 0xF71673) is known color: Ruby. HEX triplet: F7, 16 and 73. RGB value is (247,22,115). Sum of RGB (Red+Green+Blue) = 247+22+115=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F71673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71673 is #08E98C. Grayscale: #636363. Windows color (decimal): -584077 or 7542519. OLE color: 7542519.

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

Color convert

RGB 247 22 115 -
CMYK 0 0.91 0.53 0.03
HSL 335.2º 0.93% 0.53% -
HSV(B) 335.2º 0.91% 0.97% -
XYZ 41.74 21.59 18.19 -
YUV 99.88 136.54 232.94 -
System Red Green Blue C M Y K H S L
Decimal 247 22 115 0 0.91 0.53 0.03 335.2 0.93 0.53
Hex F7 16 73 0 5B 35 3 14F 5D 35
Octal 367 26 163 0 133 65 3 517 135 65
Binary 11110111 10110 1110011 0 1011011 110101 11 101001111 1011101 110101

Color Harmonies of #F71673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71673

Black with #F71673

Text Example


Text Example

White with #F71673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71673; }

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

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

background-color css

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

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

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

border-color css

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

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

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