Html Css Color HEX #F11469 Ruby

📋 copy color: '#F11469'

red 241 ◦ green 20 ◦ blue 105

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

Shades of Ruby #F11469

Tints of Ruby #F11469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.46%

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 65.85%
G = 5.46%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F11469 (or 0xF11469) is known color: Ruby. HEX triplet: F1, 14 and 69. RGB value is (241,20,105). Sum of RGB (Red+Green+Blue) = 241+20+105=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F11469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11469 is #0EEB96. Grayscale: #5F5F5F. Windows color (decimal): -977815 or 6886641. OLE color: 6886641.

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

Color convert

RGB 241 20 105 -
CMYK 0 0.92 0.56 0.05
HSL 336.92º 0.89% 0.51% -
HSV(B) 336.92º 0.92% 0.95% -
XYZ 39.08 20.22 15.21 -
YUV 95.77 133.22 231.59 -
System Red Green Blue C M Y K H S L
Decimal 241 20 105 0 0.92 0.56 0.05 336.92 0.89 0.51
Hex F1 14 69 0 5C 38 5 151 59 33
Octal 361 24 151 0 134 70 5 521 131 63
Binary 11110001 10100 1101001 0 1011100 111000 101 101010001 1011001 110011

Color Harmonies of #F11469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11469

Black with #F11469

Text Example


Text Example

White with #F11469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11469; }

 p { color: rgb(241,20,105); }

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

background-color css

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

 a { background-color: rgb(241,20,105); }

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

border-color css

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

 span { border-color: rgb(241,20,105); }

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