Html Css Color HEX #F71D60 Ruby

📋 copy color: '#F71D60'

red 247 ◦ green 29 ◦ blue 96

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

Shades of Ruby #F71D60

Tints of Ruby #F71D60

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.8%

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

R = 66.4%
G = 7.8%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F71D60 (or 0xF71D60) is known color: Ruby. HEX triplet: F7, 1D and 60. RGB value is (247,29,96). Sum of RGB (Red+Green+Blue) = 247+29+96=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71D60 is #08E29F. Grayscale: #656565. Windows color (decimal): -582304 or 6299127. OLE color: 6299127.

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

Color convert

RGB 247 29 96 -
CMYK 0 0.88 0.61 0.03
HSL 341.56º 0.93% 0.54% -
HSV(B) 341.56º 0.88% 0.97% -
XYZ 40.91 21.5 13.06 -
YUV 101.82 124.72 231.55 -
System Red Green Blue C M Y K H S L
Decimal 247 29 96 0 0.88 0.61 0.03 341.56 0.93 0.54
Hex F7 1D 60 0 58 3D 3 156 5D 36
Octal 367 35 140 0 130 75 3 526 135 66
Binary 11110111 11101 1100000 0 1011000 111101 11 101010110 1011101 110110

Color Harmonies of #F71D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D60

Black with #F71D60

Text Example


Text Example

White with #F71D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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