Html Css Color HEX #F11C6B Ruby

📋 copy color: '#F11C6B'

red 241 ◦ green 28 ◦ blue 107

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

Shades of Ruby #F11C6B

Tints of Ruby #F11C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 64.1%
G = 7.45%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F11C6B (or 0xF11C6B) is known color: Ruby. HEX triplet: F1, 1C and 6B. RGB value is (241,28,107). Sum of RGB (Red+Green+Blue) = 241+28+107=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C6B is #0EE394. Grayscale: #646464. Windows color (decimal): -975765 or 7019761. OLE color: 7019761.

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

Color convert

RGB 241 28 107 -
CMYK 0 0.88 0.56 0.05
HSL 337.75º 0.88% 0.53% -
HSV(B) 337.75º 0.88% 0.95% -
XYZ 39.34 20.59 15.81 -
YUV 100.69 131.57 228.08 -
System Red Green Blue C M Y K H S L
Decimal 241 28 107 0 0.88 0.56 0.05 337.75 0.88 0.53
Hex F1 1C 6B 0 58 38 5 152 58 35
Octal 361 34 153 0 130 70 5 522 130 65
Binary 11110001 11100 1101011 0 1011000 111000 101 101010010 1011000 110101

Color Harmonies of #F11C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C6B

Black with #F11C6B

Text Example


Text Example

White with #F11C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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