Html Css Color HEX #F71C6C Ruby

📋 copy color: '#F71C6C'

red 247 ◦ green 28 ◦ blue 108

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

Shades of Ruby #F71C6C

Tints of Ruby #F71C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.31%

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 64.49%
G = 7.31%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F71C6C (or 0xF71C6C) is known color: Ruby. HEX triplet: F7, 1C and 6C. RGB value is (247,28,108). Sum of RGB (Red+Green+Blue) = 247+28+108=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C6C is #08E393. Grayscale: #666666. Windows color (decimal): -582548 or 7085303. OLE color: 7085303.

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

Color convert

RGB 247 28 108 -
CMYK 0 0.89 0.56 0.03
HSL 338.08º 0.93% 0.54% -
HSV(B) 338.08º 0.89% 0.97% -
XYZ 41.48 21.69 16.19 -
YUV 102.6 131.05 231 -
System Red Green Blue C M Y K H S L
Decimal 247 28 108 0 0.89 0.56 0.03 338.08 0.93 0.54
Hex F7 1C 6C 0 59 38 3 152 5D 36
Octal 367 34 154 0 131 70 3 522 135 66
Binary 11110111 11100 1101100 0 1011001 111000 11 101010010 1011101 110110

Color Harmonies of #F71C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C6C

Black with #F71C6C

Text Example


Text Example

White with #F71C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C6C; }

 p { color: rgb(247,28,108); }

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

background-color css

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

 a { background-color: rgb(247,28,108); }

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

border-color css

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

 span { border-color: rgb(247,28,108); }

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