Html Css Color HEX #F11D71 Ruby

📋 copy color: '#F11D71'

red 241 ◦ green 29 ◦ blue 113

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

Shades of Ruby #F11D71

Tints of Ruby #F11D71

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.57%

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

R = 62.92%
G = 7.57%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F11D71 (or 0xF11D71) is known color: Ruby. HEX triplet: F1, 1D and 71. RGB value is (241,29,113). Sum of RGB (Red+Green+Blue) = 241+29+113=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D71 is #0EE28E. Grayscale: #656565. Windows color (decimal): -975503 or 7413233. OLE color: 7413233.

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

Color convert

RGB 241 29 113 -
CMYK 0 0.88 0.53 0.05
HSL 336.23º 0.88% 0.53% -
HSV(B) 336.23º 0.88% 0.95% -
XYZ 39.7 20.77 17.54 -
YUV 101.96 134.24 227.17 -
System Red Green Blue C M Y K H S L
Decimal 241 29 113 0 0.88 0.53 0.05 336.23 0.88 0.53
Hex F1 1D 71 0 58 35 5 150 58 35
Octal 361 35 161 0 130 65 5 520 130 65
Binary 11110001 11101 1110001 0 1011000 110101 101 101010000 1011000 110101

Color Harmonies of #F11D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D71

Black with #F11D71

Text Example


Text Example

White with #F11D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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