Html Css Color HEX #F71469 Ruby

📋 copy color: '#F71469'

red 247 ◦ green 20 ◦ blue 105

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

Shades of Ruby #F71469

Tints of Ruby #F71469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

 BLUE value IS 105 (41.41% from 255) = 28.23%

R = 66.4%
G = 5.38%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F71469 (or 0xF71469) is known color: Ruby. HEX triplet: F7, 14 and 69. RGB value is (247,20,105). Sum of RGB (Red+Green+Blue) = 247+20+105=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F71469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71469 is #08EB96. Grayscale: #616161. Windows color (decimal): -584599 or 6886647. OLE color: 6886647.

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

Color convert

RGB 247 20 105 -
CMYK 0 0.92 0.57 0.03
HSL 337.53º 0.93% 0.52% -
HSV(B) 337.53º 0.92% 0.97% -
XYZ 41.16 21.29 15.31 -
YUV 97.56 132.21 234.59 -
System Red Green Blue C M Y K H S L
Decimal 247 20 105 0 0.92 0.57 0.03 337.53 0.93 0.52
Hex F7 14 69 0 5C 39 3 152 5D 34
Octal 367 24 151 0 134 71 3 522 135 64
Binary 11110111 10100 1101001 0 1011100 111001 11 101010010 1011101 110100

Color Harmonies of #F71469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71469

Black with #F71469

Text Example


Text Example

White with #F71469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71469; }

 p { color: rgb(247,20,105); }

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

background-color css

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

 a { background-color: rgb(247,20,105); }

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

border-color css

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

 span { border-color: rgb(247,20,105); }

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