Html Css Color HEX #F71B70 Ruby

📋 copy color: '#F71B70'

red 247 ◦ green 27 ◦ blue 112

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

Shades of Ruby #F71B70

Tints of Ruby #F71B70

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.99%

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

R = 63.99%
G = 6.99%
B = 29.02%

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

#F71B70 (or 0xF71B70) is known color: Ruby. HEX triplet: F7, 1B and 70. RGB value is (247,27,112). Sum of RGB (Red+Green+Blue) = 247+27+112=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B70 is #08E48F. Grayscale: #666666. Windows color (decimal): -582800 or 7347191. OLE color: 7347191.

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

Color convert

RGB 247 27 112 -
CMYK 0 0.89 0.55 0.03
HSL 336.82º 0.93% 0.54% -
HSV(B) 336.82º 0.89% 0.97% -
XYZ 41.67 21.73 17.33 -
YUV 102.47 133.39 231.09 -
System Red Green Blue C M Y K H S L
Decimal 247 27 112 0 0.89 0.55 0.03 336.82 0.93 0.54
Hex F7 1B 70 0 59 37 3 151 5D 36
Octal 367 33 160 0 131 67 3 521 135 66
Binary 11110111 11011 1110000 0 1011001 110111 11 101010001 1011101 110110

Color Harmonies of #F71B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B70

Black with #F71B70

Text Example


Text Example

White with #F71B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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