Html Css Color HEX #F11471 Ruby

📋 copy color: '#F11471'

red 241 ◦ green 20 ◦ blue 113

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

Shades of Ruby #F11471

Tints of Ruby #F11471

RGB

 RED value IS 241 (94.53% from 255) = 64.44%

 GREEN value IS 20 (8.2% from 255) = 5.35%

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 64.44%
G = 5.35%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F11471 (or 0xF11471) is known color: Ruby. HEX triplet: F1, 14 and 71. RGB value is (241,20,113). Sum of RGB (Red+Green+Blue) = 241+20+113=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F11471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11471 is #0EEB8E. Grayscale: #606060. Windows color (decimal): -977807 or 7410929. OLE color: 7410929.

HSL color Cylindrical-coordinate representation of color #F11471: hue angle of 334.75º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11471 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 20 113 -
CMYK 0 0.92 0.53 0.05
HSL 334.75º 0.89% 0.51% -
HSV(B) 334.75º 0.92% 0.95% -
XYZ 39.51 20.39 17.48 -
YUV 96.68 137.22 230.94 -
System Red Green Blue C M Y K H S L
Decimal 241 20 113 0 0.92 0.53 0.05 334.75 0.89 0.51
Hex F1 14 71 0 5C 35 5 14F 59 33
Octal 361 24 161 0 134 65 5 517 131 63
Binary 11110001 10100 1110001 0 1011100 110101 101 101001111 1011001 110011

Color Harmonies of #F11471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11471

Black with #F11471

Text Example


Text Example

White with #F11471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11471; }

 p { color: rgb(241,20,113); }

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

background-color css

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

 a { background-color: rgb(241,20,113); }

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

border-color css

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

 span { border-color: rgb(241,20,113); }

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