Html Css Color HEX #F11669 Ruby

📋 copy color: '#F11669'

red 241 ◦ green 22 ◦ blue 105

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

Shades of Ruby #F11669

Tints of Ruby #F11669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.98%

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

R = 65.49%
G = 5.98%
B = 28.53%

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

#F11669 (or 0xF11669) is known color: Ruby. HEX triplet: F1, 16 and 69. RGB value is (241,22,105). Sum of RGB (Red+Green+Blue) = 241+22+105=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F11669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11669 is #0EE996. Grayscale: #606060. Windows color (decimal): -977303 or 6887153. OLE color: 6887153.

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

Color convert

RGB 241 22 105 -
CMYK 0 0.91 0.56 0.05
HSL 337.26º 0.89% 0.52% -
HSV(B) 337.26º 0.91% 0.95% -
XYZ 39.11 20.29 15.22 -
YUV 96.94 132.55 230.75 -
System Red Green Blue C M Y K H S L
Decimal 241 22 105 0 0.91 0.56 0.05 337.26 0.89 0.52
Hex F1 16 69 0 5B 38 5 151 59 34
Octal 361 26 151 0 133 70 5 521 131 64
Binary 11110001 10110 1101001 0 1011011 111000 101 101010001 1011001 110100

Color Harmonies of #F11669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11669

Black with #F11669

Text Example


Text Example

White with #F11669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11669; }

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

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

background-color css

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

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

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

border-color css

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

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

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