Html Css Color HEX #F71B6A Ruby

📋 copy color: '#F71B6A'

red 247 ◦ green 27 ◦ blue 106

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

Shades of Ruby #F71B6A

Tints of Ruby #F71B6A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.11%

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 65%
G = 7.11%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F71B6A (or 0xF71B6A) is known color: Ruby. HEX triplet: F7, 1B and 6A. RGB value is (247,27,106). Sum of RGB (Red+Green+Blue) = 247+27+106=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B6A is #08E495. Grayscale: #656565. Windows color (decimal): -582806 or 6953975. OLE color: 6953975.

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

Color convert

RGB 247 27 106 -
CMYK 0 0.89 0.57 0.03
HSL 338.45º 0.93% 0.54% -
HSV(B) 338.45º 0.89% 0.97% -
XYZ 41.35 21.6 15.63 -
YUV 101.79 130.39 231.58 -
System Red Green Blue C M Y K H S L
Decimal 247 27 106 0 0.89 0.57 0.03 338.45 0.93 0.54
Hex F7 1B 6A 0 59 39 3 152 5D 36
Octal 367 33 152 0 131 71 3 522 135 66
Binary 11110111 11011 1101010 0 1011001 111001 11 101010010 1011101 110110

Color Harmonies of #F71B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B6A

Black with #F71B6A

Text Example


Text Example

White with #F71B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B6A; }

 p { color: rgb(247,27,106); }

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

background-color css

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

 a { background-color: rgb(247,27,106); }

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

border-color css

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

 span { border-color: rgb(247,27,106); }

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