Html Css Color HEX #F11C6E Ruby

📋 copy color: '#F11C6E'

red 241 ◦ green 28 ◦ blue 110

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

Shades of Ruby #F11C6E

Tints of Ruby #F11C6E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.39%

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 63.59%
G = 7.39%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F11C6E (or 0xF11C6E) is known color: Ruby. HEX triplet: F1, 1C and 6E. RGB value is (241,28,110). Sum of RGB (Red+Green+Blue) = 241+28+110=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C6E is #0EE391. Grayscale: #646464. Windows color (decimal): -975762 or 7216369. OLE color: 7216369.

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

Color convert

RGB 241 28 110 -
CMYK 0 0.88 0.54 0.05
HSL 336.9º 0.88% 0.53% -
HSV(B) 336.9º 0.88% 0.95% -
XYZ 39.51 20.66 16.66 -
YUV 101.04 133.07 227.83 -
System Red Green Blue C M Y K H S L
Decimal 241 28 110 0 0.88 0.54 0.05 336.9 0.88 0.53
Hex F1 1C 6E 0 58 36 5 151 58 35
Octal 361 34 156 0 130 66 5 521 130 65
Binary 11110001 11100 1101110 0 1011000 110110 101 101010001 1011000 110101

Color Harmonies of #F11C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C6E

Black with #F11C6E

Text Example


Text Example

White with #F11C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C6E; }

 p { color: rgb(241,28,110); }

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

background-color css

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

 a { background-color: rgb(241,28,110); }

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

border-color css

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

 span { border-color: rgb(241,28,110); }

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