Html Css Color HEX #F71975 Ruby

📋 copy color: '#F71975'

red 247 ◦ green 25 ◦ blue 117

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

Shades of Ruby #F71975

Tints of Ruby #F71975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.43%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 63.5%
G = 6.43%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F71975 (or 0xF71975) is known color: Ruby. HEX triplet: F7, 19 and 75. RGB value is (247,25,117). Sum of RGB (Red+Green+Blue) = 247+25+117=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F71975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71975 is #08E68A. Grayscale: #656565. Windows color (decimal): -583307 or 7674359. OLE color: 7674359.

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

Color convert

RGB 247 25 117 -
CMYK 0 0.90 0.53 0.03
HSL 335.14º 0.93% 0.53% -
HSV(B) 335.14º 0.9% 0.97% -
XYZ 41.92 21.75 18.82 -
YUV 101.87 136.55 231.52 -
System Red Green Blue C M Y K H S L
Decimal 247 25 117 0 0.90 0.53 0.03 335.14 0.93 0.53
Hex F7 19 75 0 5A 35 3 14F 5D 35
Octal 367 31 165 0 132 65 3 517 135 65
Binary 11110111 11001 1110101 0 1011010 110101 11 101001111 1011101 110101

Color Harmonies of #F71975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71975

Black with #F71975

Text Example


Text Example

White with #F71975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71975; }

 p { color: rgb(247,25,117); }

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

background-color css

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

 a { background-color: rgb(247,25,117); }

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

border-color css

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

 span { border-color: rgb(247,25,117); }

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