Html Css Color HEX #F71B6B Ruby

📋 copy color: '#F71B6B'

red 247 ◦ green 27 ◦ blue 107

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

Shades of Ruby #F71B6B

Tints of Ruby #F71B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 64.83%
G = 7.09%
B = 28.08%

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

#F71B6B (or 0xF71B6B) is known color: Ruby. HEX triplet: F7, 1B and 6B. RGB value is (247,27,107). Sum of RGB (Red+Green+Blue) = 247+27+107=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B6B is #08E494. Grayscale: #656565. Windows color (decimal): -582805 or 7019511. OLE color: 7019511.

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

Color convert

RGB 247 27 107 -
CMYK 0 0.89 0.57 0.03
HSL 338.18º 0.93% 0.54% -
HSV(B) 338.18º 0.89% 0.97% -
XYZ 41.4 21.62 15.9 -
YUV 101.9 130.89 231.5 -
System Red Green Blue C M Y K H S L
Decimal 247 27 107 0 0.89 0.57 0.03 338.18 0.93 0.54
Hex F7 1B 6B 0 59 39 3 152 5D 36
Octal 367 33 153 0 131 71 3 522 135 66
Binary 11110111 11011 1101011 0 1011001 111001 11 101010010 1011101 110110

Color Harmonies of #F71B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B6B

Black with #F71B6B

Text Example


Text Example

White with #F71B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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