Html Css Color HEX #F12169 Ruby

📋 copy color: '#F12169'

red 241 ◦ green 33 ◦ blue 105

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

Shades of Ruby #F12169

Tints of Ruby #F12169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.71%

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

R = 63.59%
G = 8.71%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F12169 (or 0xF12169) is known color: Ruby. HEX triplet: F1, 21 and 69. RGB value is (241,33,105). Sum of RGB (Red+Green+Blue) = 241+33+105=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F12169 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12169 is #0EDE96. Grayscale: #676767. Windows color (decimal): -974487 or 6889969. OLE color: 6889969.

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

Color convert

RGB 241 33 105 -
CMYK 0 0.86 0.56 0.05
HSL 339.23º 0.88% 0.54% -
HSV(B) 339.23º 0.86% 0.95% -
XYZ 39.37 20.81 15.31 -
YUV 103.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 241 33 105 0 0.86 0.56 0.05 339.23 0.88 0.54
Hex F1 21 69 0 56 38 5 153 58 36
Octal 361 41 151 0 126 70 5 523 130 66
Binary 11110001 100001 1101001 0 1010110 111000 101 101010011 1011000 110110

Color Harmonies of #F12169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12169

Black with #F12169

Text Example


Text Example

White with #F12169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12169; }

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

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

background-color css

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

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

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

border-color css

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

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

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