Html Css Color HEX #F71F70 Ruby

📋 copy color: '#F71F70'

red 247 ◦ green 31 ◦ blue 112

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

Shades of Ruby #F71F70

Tints of Ruby #F71F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 63.33%
G = 7.95%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F71F70 (or 0xF71F70) is known color: Ruby. HEX triplet: F7, 1F and 70. RGB value is (247,31,112). Sum of RGB (Red+Green+Blue) = 247+31+112=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71F70 is #08E08F. Grayscale: #686868. Windows color (decimal): -581776 or 7348215. OLE color: 7348215.

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

Color convert

RGB 247 31 112 -
CMYK 0 0.87 0.55 0.03
HSL 337.5º 0.93% 0.55% -
HSV(B) 337.5º 0.87% 0.97% -
XYZ 41.77 21.92 17.36 -
YUV 104.82 132.06 229.41 -
System Red Green Blue C M Y K H S L
Decimal 247 31 112 0 0.87 0.55 0.03 337.5 0.93 0.55
Hex F7 1F 70 0 57 37 3 152 5D 37
Octal 367 37 160 0 127 67 3 522 135 67
Binary 11110111 11111 1110000 0 1010111 110111 11 101010010 1011101 110111

Color Harmonies of #F71F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F70

Black with #F71F70

Text Example


Text Example

White with #F71F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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