Html Css Color HEX #F71275 Ruby

📋 copy color: '#F71275'

red 247 ◦ green 18 ◦ blue 117

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

Shades of Ruby #F71275

Tints of Ruby #F71275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

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

R = 64.66%
G = 4.71%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F71275 (or 0xF71275) is known color: Ruby. HEX triplet: F7, 12 and 75. RGB value is (247,18,117). Sum of RGB (Red+Green+Blue) = 247+18+117=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F71275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71275 is #08ED8A. Grayscale: #616161. Windows color (decimal): -585099 or 7672567. OLE color: 7672567.

HSL color Cylindrical-coordinate representation of color #F71275: hue angle of 334.06º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71275 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 18 117 -
CMYK 0 0.93 0.53 0.03
HSL 334.06º 0.93% 0.52% -
HSV(B) 334.06º 0.93% 0.97% -
XYZ 41.78 21.49 18.78 -
YUV 97.76 138.87 234.45 -
System Red Green Blue C M Y K H S L
Decimal 247 18 117 0 0.93 0.53 0.03 334.06 0.93 0.52
Hex F7 12 75 0 5D 35 3 14E 5D 34
Octal 367 22 165 0 135 65 3 516 135 64
Binary 11110111 10010 1110101 0 1011101 110101 11 101001110 1011101 110100

Color Harmonies of #F71275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71275

Black with #F71275

Text Example


Text Example

White with #F71275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71275; }

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

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

background-color css

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

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

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

border-color css

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

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

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