Html Css Color HEX #F71B60 Ruby

📋 copy color: '#F71B60'

red 247 ◦ green 27 ◦ blue 96

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

Shades of Ruby #F71B60

Tints of Ruby #F71B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.95%

R = 66.76%
G = 7.3%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F71B60 (or 0xF71B60) is known color: Ruby. HEX triplet: F7, 1B and 60. RGB value is (247,27,96). Sum of RGB (Red+Green+Blue) = 247+27+96=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B60 is #08E49F. Grayscale: #646464. Windows color (decimal): -582816 or 6298615. OLE color: 6298615.

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

Color convert

RGB 247 27 96 -
CMYK 0 0.89 0.61 0.03
HSL 341.18º 0.93% 0.54% -
HSV(B) 341.18º 0.89% 0.97% -
XYZ 40.86 21.4 13.04 -
YUV 100.65 125.39 232.39 -
System Red Green Blue C M Y K H S L
Decimal 247 27 96 0 0.89 0.61 0.03 341.18 0.93 0.54
Hex F7 1B 60 0 59 3D 3 155 5D 36
Octal 367 33 140 0 131 75 3 525 135 66
Binary 11110111 11011 1100000 0 1011001 111101 11 101010101 1011101 110110

Color Harmonies of #F71B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B60

Black with #F71B60

Text Example


Text Example

White with #F71B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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