Html Css Color HEX #F11E71 Ruby

📋 copy color: '#F11E71'

red 241 ◦ green 30 ◦ blue 113

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

Shades of Ruby #F11E71

Tints of Ruby #F11E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.81%

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

R = 62.76%
G = 7.81%
B = 29.43%

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

#F11E71 (or 0xF11E71) is known color: Ruby. HEX triplet: F1, 1E and 71. RGB value is (241,30,113). Sum of RGB (Red+Green+Blue) = 241+30+113=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11E71 is #0EE18E. Grayscale: #666666. Windows color (decimal): -975247 or 7413489. OLE color: 7413489.

HSL color Cylindrical-coordinate representation of color #F11E71: hue angle of 336.4º 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 #F11E71 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 30 113 -
CMYK 0 0.88 0.53 0.05
HSL 336.4º 0.88% 0.53% -
HSV(B) 336.4º 0.88% 0.95% -
XYZ 39.72 20.82 17.55 -
YUV 102.55 133.9 226.75 -
System Red Green Blue C M Y K H S L
Decimal 241 30 113 0 0.88 0.53 0.05 336.4 0.88 0.53
Hex F1 1E 71 0 58 35 5 150 58 35
Octal 361 36 161 0 130 65 5 520 130 65
Binary 11110001 11110 1110001 0 1011000 110101 101 101010000 1011000 110101

Color Harmonies of #F11E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E71

Black with #F11E71

Text Example


Text Example

White with #F11E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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