Html Css Color HEX #F71F6B Ruby

📋 copy color: '#F71F6B'

red 247 ◦ green 31 ◦ blue 107

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

Shades of Ruby #F71F6B

Tints of Ruby #F71F6B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.05%

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

R = 64.16%
G = 8.05%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F71F6B (or 0xF71F6B) is known color: Ruby. HEX triplet: F7, 1F and 6B. RGB value is (247,31,107). Sum of RGB (Red+Green+Blue) = 247+31+107=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71F6B is #08E094. Grayscale: #686868. Windows color (decimal): -581781 or 7020535. OLE color: 7020535.

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

Color convert

RGB 247 31 107 -
CMYK 0 0.87 0.57 0.03
HSL 338.89º 0.93% 0.55% -
HSV(B) 338.89º 0.87% 0.97% -
XYZ 41.5 21.82 15.93 -
YUV 104.25 129.56 229.82 -
System Red Green Blue C M Y K H S L
Decimal 247 31 107 0 0.87 0.57 0.03 338.89 0.93 0.55
Hex F7 1F 6B 0 57 39 3 153 5D 37
Octal 367 37 153 0 127 71 3 523 135 67
Binary 11110111 11111 1101011 0 1010111 111001 11 101010011 1011101 110111

Color Harmonies of #F71F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F6B

Black with #F71F6B

Text Example


Text Example

White with #F71F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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