Html Css Color HEX #F71872 Ruby

📋 copy color: '#F71872'

red 247 ◦ green 24 ◦ blue 114

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

Shades of Ruby #F71872

Tints of Ruby #F71872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 64.16%
G = 6.23%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F71872 (or 0xF71872) is known color: Ruby. HEX triplet: F7, 18 and 72. RGB value is (247,24,114). Sum of RGB (Red+Green+Blue) = 247+24+114=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F71872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71872 is #08E78D. Grayscale: #646464. Windows color (decimal): -583566 or 7477495. OLE color: 7477495.

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

Color convert

RGB 247 24 114 -
CMYK 0 0.90 0.54 0.03
HSL 335.78º 0.93% 0.53% -
HSV(B) 335.78º 0.9% 0.97% -
XYZ 41.72 21.64 17.9 -
YUV 100.94 135.38 232.18 -
System Red Green Blue C M Y K H S L
Decimal 247 24 114 0 0.90 0.54 0.03 335.78 0.93 0.53
Hex F7 18 72 0 5A 36 3 150 5D 35
Octal 367 30 162 0 132 66 3 520 135 65
Binary 11110111 11000 1110010 0 1011010 110110 11 101010000 1011101 110101

Color Harmonies of #F71872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71872

Black with #F71872

Text Example


Text Example

White with #F71872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71872; }

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

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

background-color css

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

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

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

border-color css

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

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

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