Html Css Color HEX #F11267 Ruby

📋 copy color: '#F11267'

red 241 ◦ green 18 ◦ blue 103

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

Shades of Ruby #F11267

Tints of Ruby #F11267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.97%

 BLUE value IS 103 (40.63% from 255) = 28.45%

R = 66.57%
G = 4.97%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F11267 (or 0xF11267) is known color: Ruby. HEX triplet: F1, 12 and 67. RGB value is (241,18,103). Sum of RGB (Red+Green+Blue) = 241+18+103=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F11267 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11267 is #0EED98. Grayscale: #5E5E5E. Windows color (decimal): -978329 or 6755057. OLE color: 6755057.

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

Color convert

RGB 241 18 103 -
CMYK 0 0.93 0.57 0.05
HSL 337.13º 0.89% 0.51% -
HSV(B) 337.13º 0.93% 0.95% -
XYZ 38.94 20.11 14.66 -
YUV 94.37 132.88 232.59 -
System Red Green Blue C M Y K H S L
Decimal 241 18 103 0 0.93 0.57 0.05 337.13 0.89 0.51
Hex F1 12 67 0 5D 39 5 151 59 33
Octal 361 22 147 0 135 71 5 521 131 63
Binary 11110001 10010 1100111 0 1011101 111001 101 101010001 1011001 110011

Color Harmonies of #F11267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11267

Black with #F11267

Text Example


Text Example

White with #F11267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11267; }

 p { color: rgb(241,18,103); }

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

background-color css

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

 a { background-color: rgb(241,18,103); }

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

border-color css

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

 span { border-color: rgb(241,18,103); }

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