Html Css Color HEX #F71C70 Ruby

📋 copy color: '#F71C70'

red 247 ◦ green 28 ◦ blue 112

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

Shades of Ruby #F71C70

Tints of Ruby #F71C70

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 112 (44.14% from 255) = 28.94%

R = 63.82%
G = 7.24%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F71C70 (or 0xF71C70) is known color: Ruby. HEX triplet: F7, 1C and 70. RGB value is (247,28,112). Sum of RGB (Red+Green+Blue) = 247+28+112=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C70 is #08E38F. Grayscale: #666666. Windows color (decimal): -582544 or 7347447. OLE color: 7347447.

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

Color convert

RGB 247 28 112 -
CMYK 0 0.89 0.55 0.03
HSL 336.99º 0.93% 0.54% -
HSV(B) 336.99º 0.89% 0.97% -
XYZ 41.7 21.77 17.33 -
YUV 103.06 133.05 230.67 -
System Red Green Blue C M Y K H S L
Decimal 247 28 112 0 0.89 0.55 0.03 336.99 0.93 0.54
Hex F7 1C 70 0 59 37 3 151 5D 36
Octal 367 34 160 0 131 67 3 521 135 66
Binary 11110111 11100 1110000 0 1011001 110111 11 101010001 1011101 110110

Color Harmonies of #F71C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C70

Black with #F71C70

Text Example


Text Example

White with #F71C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C70; }

 p { color: rgb(247,28,112); }

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

background-color css

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

 a { background-color: rgb(247,28,112); }

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

border-color css

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

 span { border-color: rgb(247,28,112); }

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