Html Css Color HEX #F71C67 Ruby

📋 copy color: '#F71C67'

red 247 ◦ green 28 ◦ blue 103

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

Shades of Ruby #F71C67

Tints of Ruby #F71C67

RGB

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

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

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

R = 65.34%
G = 7.41%
B = 27.25%

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

#F71C67 (or 0xF71C67) is known color: Ruby. HEX triplet: F7, 1C and 67. RGB value is (247,28,103). Sum of RGB (Red+Green+Blue) = 247+28+103=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C67 is #08E398. Grayscale: #656565. Windows color (decimal): -582553 or 6757623. OLE color: 6757623.

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

Color convert

RGB 247 28 103 -
CMYK 0 0.89 0.58 0.03
HSL 339.45º 0.93% 0.54% -
HSV(B) 339.45º 0.89% 0.97% -
XYZ 41.22 21.58 14.83 -
YUV 102.03 128.55 231.4 -
System Red Green Blue C M Y K H S L
Decimal 247 28 103 0 0.89 0.58 0.03 339.45 0.93 0.54
Hex F7 1C 67 0 59 3A 3 153 5D 36
Octal 367 34 147 0 131 72 3 523 135 66
Binary 11110111 11100 1100111 0 1011001 111010 11 101010011 1011101 110110

Color Harmonies of #F71C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C67

Black with #F71C67

Text Example


Text Example

White with #F71C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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