Html Css Color HEX #F11A5C Ruby

📋 copy color: '#F11A5C'

red 241 ◦ green 26 ◦ blue 92

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

Shades of Ruby #F11A5C

Tints of Ruby #F11A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.24%

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

R = 67.13%
G = 7.24%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F11A5C (or 0xF11A5C) is known color: Ruby. HEX triplet: F1, 1A and 5C. RGB value is (241,26,92). Sum of RGB (Red+Green+Blue) = 241+26+92=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11A5C is #0EE5A3. Grayscale: #616161. Windows color (decimal): -976292 or 6036209. OLE color: 6036209.

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

Color convert

RGB 241 26 92 -
CMYK 0 0.89 0.62 0.05
HSL 341.58º 0.88% 0.52% -
HSV(B) 341.58º 0.89% 0.95% -
XYZ 38.58 20.21 11.99 -
YUV 97.81 124.73 230.13 -
System Red Green Blue C M Y K H S L
Decimal 241 26 92 0 0.89 0.62 0.05 341.58 0.88 0.52
Hex F1 1A 5C 0 59 3E 5 156 58 34
Octal 361 32 134 0 131 76 5 526 130 64
Binary 11110001 11010 1011100 0 1011001 111110 101 101010110 1011000 110100

Color Harmonies of #F11A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11A5C

Black with #F11A5C

Text Example


Text Example

White with #F11A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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