Html Css Color HEX #F71A67 Ruby

📋 copy color: '#F71A67'

red 247 ◦ green 26 ◦ blue 103

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

Shades of Ruby #F71A67

Tints of Ruby #F71A67

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.91%

 BLUE value IS 103 (40.63% from 255) = 27.39%

R = 65.69%
G = 6.91%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F71A67 (or 0xF71A67) is known color: Ruby. HEX triplet: F7, 1A and 67. RGB value is (247,26,103). Sum of RGB (Red+Green+Blue) = 247+26+103=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71A67 is #08E598. Grayscale: #646464. Windows color (decimal): -583065 or 6757111. OLE color: 6757111.

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

Color convert

RGB 247 26 103 -
CMYK 0 0.89 0.58 0.03
HSL 339.1º 0.93% 0.54% -
HSV(B) 339.1º 0.89% 0.97% -
XYZ 41.18 21.49 14.81 -
YUV 100.86 129.22 232.24 -
System Red Green Blue C M Y K H S L
Decimal 247 26 103 0 0.89 0.58 0.03 339.1 0.93 0.54
Hex F7 1A 67 0 59 3A 3 153 5D 36
Octal 367 32 147 0 131 72 3 523 135 66
Binary 11110111 11010 1100111 0 1011001 111010 11 101010011 1011101 110110

Color Harmonies of #F71A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71A67

Black with #F71A67

Text Example


Text Example

White with #F71A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71A67; }

 p { color: rgb(247,26,103); }

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

background-color css

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

 a { background-color: rgb(247,26,103); }

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

border-color css

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

 span { border-color: rgb(247,26,103); }

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