Html Css Color HEX #F11860 Ruby

📋 copy color: '#F11860'

red 241 ◦ green 24 ◦ blue 96

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

Shades of Ruby #F11860

Tints of Ruby #F11860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 66.76%
G = 6.65%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F11860 (or 0xF11860) is known color: Ruby. HEX triplet: F1, 18 and 60. RGB value is (241,24,96). Sum of RGB (Red+Green+Blue) = 241+24+96=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F11860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11860 is #0EE79F. Grayscale: #616161. Windows color (decimal): -976800 or 6297841. OLE color: 6297841.

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

Color convert

RGB 241 24 96 -
CMYK 0 0.90 0.60 0.05
HSL 340.09º 0.89% 0.52% -
HSV(B) 340.09º 0.9% 0.95% -
XYZ 38.71 20.2 12.92 -
YUV 97.09 127.39 230.65 -
System Red Green Blue C M Y K H S L
Decimal 241 24 96 0 0.90 0.60 0.05 340.09 0.89 0.52
Hex F1 18 60 0 5A 3C 5 154 59 34
Octal 361 30 140 0 132 74 5 524 131 64
Binary 11110001 11000 1100000 0 1011010 111100 101 101010100 1011001 110100

Color Harmonies of #F11860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11860

Black with #F11860

Text Example


Text Example

White with #F11860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11860; }

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

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

background-color css

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

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

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

border-color css

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

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

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