Html Css Color HEX #F11569 Ruby

📋 copy color: '#F11569'

red 241 ◦ green 21 ◦ blue 105

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

Shades of Ruby #F11569

Tints of Ruby #F11569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.72%

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

R = 65.67%
G = 5.72%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F11569 (or 0xF11569) is known color: Ruby. HEX triplet: F1, 15 and 69. RGB value is (241,21,105). Sum of RGB (Red+Green+Blue) = 241+21+105=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F11569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11569 is #0EEA96. Grayscale: #606060. Windows color (decimal): -977559 or 6886897. OLE color: 6886897.

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

Color convert

RGB 241 21 105 -
CMYK 0 0.91 0.56 0.05
HSL 337.09º 0.89% 0.51% -
HSV(B) 337.09º 0.91% 0.95% -
XYZ 39.09 20.26 15.21 -
YUV 96.36 132.89 231.17 -
System Red Green Blue C M Y K H S L
Decimal 241 21 105 0 0.91 0.56 0.05 337.09 0.89 0.51
Hex F1 15 69 0 5B 38 5 151 59 33
Octal 361 25 151 0 133 70 5 521 131 63
Binary 11110001 10101 1101001 0 1011011 111000 101 101010001 1011001 110011

Color Harmonies of #F11569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11569

Black with #F11569

Text Example


Text Example

White with #F11569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11569; }

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

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

background-color css

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

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

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

border-color css

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

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

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