Html Css Color HEX #F71B68 Ruby

📋 copy color: '#F71B68'

red 247 ◦ green 27 ◦ blue 104

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

Shades of Ruby #F71B68

Tints of Ruby #F71B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.51%

R = 65.34%
G = 7.14%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F71B68 (or 0xF71B68) is known color: Ruby. HEX triplet: F7, 1B and 68. RGB value is (247,27,104). Sum of RGB (Red+Green+Blue) = 247+27+104=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B68 is #08E497. Grayscale: #656565. Windows color (decimal): -582808 or 6822903. OLE color: 6822903.

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

Color convert

RGB 247 27 104 -
CMYK 0 0.89 0.58 0.03
HSL 339º 0.93% 0.54% -
HSV(B) 339º 0.89% 0.97% -
XYZ 41.25 21.56 15.08 -
YUV 101.56 129.39 231.74 -
System Red Green Blue C M Y K H S L
Decimal 247 27 104 0 0.89 0.58 0.03 339 0.93 0.54
Hex F7 1B 68 0 59 3A 3 153 5D 36
Octal 367 33 150 0 131 72 3 523 135 66
Binary 11110111 11011 1101000 0 1011001 111010 11 101010011 1011101 110110

Color Harmonies of #F71B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B68

Black with #F71B68

Text Example


Text Example

White with #F71B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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