Html Css Color HEX #F71174 Ruby

📋 copy color: '#F71174'

red 247 ◦ green 17 ◦ blue 116

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

Shades of Ruby #F71174

Tints of Ruby #F71174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.47%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 65%
G = 4.47%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F71174 (or 0xF71174) is known color: Ruby. HEX triplet: F7, 11 and 74. RGB value is (247,17,116). Sum of RGB (Red+Green+Blue) = 247+17+116=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F71174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71174 is #08EE8B. Grayscale: #606060. Windows color (decimal): -585356 or 7606775. OLE color: 7606775.

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

Color convert

RGB 247 17 116 -
CMYK 0 0.93 0.53 0.03
HSL 334.17º 0.93% 0.52% -
HSV(B) 334.17º 0.93% 0.97% -
XYZ 41.71 21.44 18.46 -
YUV 97.06 138.7 234.95 -
System Red Green Blue C M Y K H S L
Decimal 247 17 116 0 0.93 0.53 0.03 334.17 0.93 0.52
Hex F7 11 74 0 5D 35 3 14E 5D 34
Octal 367 21 164 0 135 65 3 516 135 64
Binary 11110111 10001 1110100 0 1011101 110101 11 101001110 1011101 110100

Color Harmonies of #F71174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71174

Black with #F71174

Text Example


Text Example

White with #F71174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71174; }

 p { color: rgb(247,17,116); }

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

background-color css

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

 a { background-color: rgb(247,17,116); }

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

border-color css

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

 span { border-color: rgb(247,17,116); }

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