Html Css Color HEX #F71860 Ruby

📋 copy color: '#F71860'

red 247 ◦ green 24 ◦ blue 96

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

Shades of Ruby #F71860

Tints of Ruby #F71860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.54%

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

R = 67.3%
G = 6.54%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F71860 (or 0xF71860) is known color: Ruby. HEX triplet: F7, 18 and 60. RGB value is (247,24,96). Sum of RGB (Red+Green+Blue) = 247+24+96=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F71860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71860 is #08E79F. Grayscale: #626262. Windows color (decimal): -583584 or 6297847. OLE color: 6297847.

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

Color convert

RGB 247 24 96 -
CMYK 0 0.90 0.61 0.03
HSL 340.63º 0.93% 0.53% -
HSV(B) 340.63º 0.9% 0.97% -
XYZ 40.8 21.27 13.02 -
YUV 98.89 126.38 233.65 -
System Red Green Blue C M Y K H S L
Decimal 247 24 96 0 0.90 0.61 0.03 340.63 0.93 0.53
Hex F7 18 60 0 5A 3D 3 155 5D 35
Octal 367 30 140 0 132 75 3 525 135 65
Binary 11110111 11000 1100000 0 1011010 111101 11 101010101 1011101 110101

Color Harmonies of #F71860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71860

Black with #F71860

Text Example


Text Example

White with #F71860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71860; }

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

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

background-color css

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

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

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

border-color css

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

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

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