Html Css Color HEX #F11877 Ruby

📋 copy color: '#F11877'

red 241 ◦ green 24 ◦ blue 119

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

Shades of Ruby #F11877

Tints of Ruby #F11877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 62.76%
G = 6.25%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F11877 (or 0xF11877) is known color: Ruby. HEX triplet: F1, 18 and 77. RGB value is (241,24,119). Sum of RGB (Red+Green+Blue) = 241+24+119=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F11877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11877 is #0EE788. Grayscale: #636363. Windows color (decimal): -976777 or 7805169. OLE color: 7805169.

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

Color convert

RGB 241 24 119 -
CMYK 0 0.90 0.51 0.05
HSL 333.73º 0.89% 0.52% -
HSV(B) 333.73º 0.9% 0.95% -
XYZ 39.93 20.69 19.34 -
YUV 99.71 138.89 228.78 -
System Red Green Blue C M Y K H S L
Decimal 241 24 119 0 0.90 0.51 0.05 333.73 0.89 0.52
Hex F1 18 77 0 5A 33 5 14E 59 34
Octal 361 30 167 0 132 63 5 516 131 64
Binary 11110001 11000 1110111 0 1011010 110011 101 101001110 1011001 110100

Color Harmonies of #F11877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11877

Black with #F11877

Text Example


Text Example

White with #F11877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11877; }

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

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

background-color css

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

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

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

border-color css

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

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

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