Html Css Color HEX #F11863 Ruby

📋 copy color: '#F11863'

red 241 ◦ green 24 ◦ blue 99

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

Shades of Ruby #F11863

Tints of Ruby #F11863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.59%

 BLUE value IS 99 (39.06% from 255) = 27.2%

R = 66.21%
G = 6.59%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F11863 (or 0xF11863) is known color: Ruby. HEX triplet: F1, 18 and 63. RGB value is (241,24,99). Sum of RGB (Red+Green+Blue) = 241+24+99=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F11863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11863 is #0EE79C. Grayscale: #616161. Windows color (decimal): -976797 or 6494449. OLE color: 6494449.

HSL color Cylindrical-coordinate representation of color #F11863: hue angle of 339.26º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11863 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 24 99 -
CMYK 0 0.90 0.59 0.05
HSL 339.26º 0.89% 0.52% -
HSV(B) 339.26º 0.9% 0.95% -
XYZ 38.85 20.25 13.67 -
YUV 97.43 128.89 230.4 -
System Red Green Blue C M Y K H S L
Decimal 241 24 99 0 0.90 0.59 0.05 339.26 0.89 0.52
Hex F1 18 63 0 5A 3B 5 153 59 34
Octal 361 30 143 0 132 73 5 523 131 64
Binary 11110001 11000 1100011 0 1011010 111011 101 101010011 1011001 110100

Color Harmonies of #F11863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11863

Black with #F11863

Text Example


Text Example

White with #F11863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11863; }

 p { color: rgb(241,24,99); }

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

background-color css

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

 a { background-color: rgb(241,24,99); }

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

border-color css

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

 span { border-color: rgb(241,24,99); }

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