Html Css Color HEX #F71270 Ruby

📋 copy color: '#F71270'

red 247 ◦ green 18 ◦ blue 112

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

Shades of Ruby #F71270

Tints of Ruby #F71270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

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

R = 65.52%
G = 4.77%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F71270 (or 0xF71270) is known color: Ruby. HEX triplet: F7, 12 and 70. RGB value is (247,18,112). Sum of RGB (Red+Green+Blue) = 247+18+112=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F71270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71270 is #08ED8F. Grayscale: #616161. Windows color (decimal): -585104 or 7344887. OLE color: 7344887.

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

Color convert

RGB 247 18 112 -
CMYK 0 0.93 0.55 0.03
HSL 335.37º 0.93% 0.52% -
HSV(B) 335.37º 0.93% 0.97% -
XYZ 41.5 21.38 17.27 -
YUV 97.19 136.37 234.86 -
System Red Green Blue C M Y K H S L
Decimal 247 18 112 0 0.93 0.55 0.03 335.37 0.93 0.52
Hex F7 12 70 0 5D 37 3 14F 5D 34
Octal 367 22 160 0 135 67 3 517 135 64
Binary 11110111 10010 1110000 0 1011101 110111 11 101001111 1011101 110100

Color Harmonies of #F71270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71270

Black with #F71270

Text Example


Text Example

White with #F71270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71270; }

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

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

background-color css

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

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

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

border-color css

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

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

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