Html Css Color HEX #F71C6D Ruby

📋 copy color: '#F71C6D'

red 247 ◦ green 28 ◦ blue 109

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

Shades of Ruby #F71C6D

Tints of Ruby #F71C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.39%

R = 64.32%
G = 7.29%
B = 28.39%

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

#F71C6D (or 0xF71C6D) is known color: Ruby. HEX triplet: F7, 1C and 6D. RGB value is (247,28,109). Sum of RGB (Red+Green+Blue) = 247+28+109=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C6D is #08E392. Grayscale: #666666. Windows color (decimal): -582547 or 7150839. OLE color: 7150839.

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

Color convert

RGB 247 28 109 -
CMYK 0 0.89 0.56 0.03
HSL 337.81º 0.93% 0.54% -
HSV(B) 337.81º 0.89% 0.97% -
XYZ 41.53 21.71 16.47 -
YUV 102.72 131.55 230.91 -
System Red Green Blue C M Y K H S L
Decimal 247 28 109 0 0.89 0.56 0.03 337.81 0.93 0.54
Hex F7 1C 6D 0 59 38 3 152 5D 36
Octal 367 34 155 0 131 70 3 522 135 66
Binary 11110111 11100 1101101 0 1011001 111000 11 101010010 1011101 110110

Color Harmonies of #F71C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C6D

Black with #F71C6D

Text Example


Text Example

White with #F71C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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