Html Css Color HEX #F11C5C Ruby

📋 copy color: '#F11C5C'

red 241 ◦ green 28 ◦ blue 92

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

Shades of Ruby #F11C5C

Tints of Ruby #F11C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 66.76%
G = 7.76%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F11C5C (or 0xF11C5C) is known color: Ruby. HEX triplet: F1, 1C and 5C. RGB value is (241,28,92). Sum of RGB (Red+Green+Blue) = 241+28+92=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C5C is #0EE3A3. Grayscale: #626262. Windows color (decimal): -975780 or 6036721. OLE color: 6036721.

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

Color convert

RGB 241 28 92 -
CMYK 0 0.88 0.62 0.05
HSL 341.97º 0.88% 0.53% -
HSV(B) 341.97º 0.88% 0.95% -
XYZ 38.62 20.3 12.01 -
YUV 98.98 124.07 229.3 -
System Red Green Blue C M Y K H S L
Decimal 241 28 92 0 0.88 0.62 0.05 341.97 0.88 0.53
Hex F1 1C 5C 0 58 3E 5 156 58 35
Octal 361 34 134 0 130 76 5 526 130 65
Binary 11110001 11100 1011100 0 1011000 111110 101 101010110 1011000 110101

Color Harmonies of #F11C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C5C

Black with #F11C5C

Text Example


Text Example

White with #F11C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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