Html Css Color HEX #F1185E Ruby

📋 copy color: '#F1185E'

red 241 ◦ green 24 ◦ blue 94

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

Shades of Ruby #F1185E

Tints of Ruby #F1185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 67.13%
G = 6.69%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1185E (or 0xF1185E) is known color: Ruby. HEX triplet: F1, 18 and 5E. RGB value is (241,24,94). Sum of RGB (Red+Green+Blue) = 241+24+94=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F1185E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1185E is #0EE7A1. Grayscale: #606060. Windows color (decimal): -976802 or 6166769. OLE color: 6166769.

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

Color convert

RGB 241 24 94 -
CMYK 0 0.90 0.61 0.05
HSL 340.65º 0.89% 0.52% -
HSV(B) 340.65º 0.9% 0.95% -
XYZ 38.62 20.16 12.45 -
YUV 96.86 126.39 230.81 -
System Red Green Blue C M Y K H S L
Decimal 241 24 94 0 0.90 0.61 0.05 340.65 0.89 0.52
Hex F1 18 5E 0 5A 3D 5 155 59 34
Octal 361 30 136 0 132 75 5 525 131 64
Binary 11110001 11000 1011110 0 1011010 111101 101 101010101 1011001 110100

Color Harmonies of #F1185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1185E

Black with #F1185E

Text Example


Text Example

White with #F1185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1185E; }

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

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

background-color css

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

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

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

border-color css

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

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

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