Html Css Color HEX #F71C5F Ruby

📋 copy color: '#F71C5F'

red 247 ◦ green 28 ◦ blue 95

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

Shades of Ruby #F71C5F

Tints of Ruby #F71C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 66.76%
G = 7.57%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F71C5F (or 0xF71C5F) is known color: Ruby. HEX triplet: F7, 1C and 5F. RGB value is (247,28,95). Sum of RGB (Red+Green+Blue) = 247+28+95=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C5F is #08E3A0. Grayscale: #656565. Windows color (decimal): -582561 or 6233335. OLE color: 6233335.

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

Color convert

RGB 247 28 95 -
CMYK 0 0.89 0.62 0.03
HSL 341.64º 0.93% 0.54% -
HSV(B) 341.64º 0.89% 0.97% -
XYZ 40.84 21.43 12.81 -
YUV 101.12 124.55 232.05 -
System Red Green Blue C M Y K H S L
Decimal 247 28 95 0 0.89 0.62 0.03 341.64 0.93 0.54
Hex F7 1C 5F 0 59 3E 3 156 5D 36
Octal 367 34 137 0 131 76 3 526 135 66
Binary 11110111 11100 1011111 0 1011001 111110 11 101010110 1011101 110110

Color Harmonies of #F71C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C5F

Black with #F71C5F

Text Example


Text Example

White with #F71C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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