Html Css Color HEX #F71770 Ruby

📋 copy color: '#F71770'

red 247 ◦ green 23 ◦ blue 112

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

Shades of Ruby #F71770

Tints of Ruby #F71770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.02%

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

R = 64.66%
G = 6.02%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F71770 (or 0xF71770) is known color: Ruby. HEX triplet: F7, 17 and 70. RGB value is (247,23,112). Sum of RGB (Red+Green+Blue) = 247+23+112=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F71770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71770 is #08E88F. Grayscale: #636363. Windows color (decimal): -583824 or 7346167. OLE color: 7346167.

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

Color convert

RGB 247 23 112 -
CMYK 0 0.91 0.55 0.03
HSL 336.16º 0.93% 0.53% -
HSV(B) 336.16º 0.91% 0.97% -
XYZ 41.59 21.56 17.3 -
YUV 100.12 134.71 232.76 -
System Red Green Blue C M Y K H S L
Decimal 247 23 112 0 0.91 0.55 0.03 336.16 0.93 0.53
Hex F7 17 70 0 5B 37 3 150 5D 35
Octal 367 27 160 0 133 67 3 520 135 65
Binary 11110111 10111 1110000 0 1011011 110111 11 101010000 1011101 110101

Color Harmonies of #F71770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71770

Black with #F71770

Text Example


Text Example

White with #F71770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71770; }

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

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

background-color css

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

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

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

border-color css

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

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

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