Html Css Color HEX #F11272 Ruby

📋 copy color: '#F11272'

red 241 ◦ green 18 ◦ blue 114

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

Shades of Ruby #F11272

Tints of Ruby #F11272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 64.61%
G = 4.83%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F11272 (or 0xF11272) is known color: Ruby. HEX triplet: F1, 12 and 72. RGB value is (241,18,114). Sum of RGB (Red+Green+Blue) = 241+18+114=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F11272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11272 is #0EED8D. Grayscale: #5F5F5F. Windows color (decimal): -978318 or 7475953. OLE color: 7475953.

HSL color Cylindrical-coordinate representation of color #F11272: hue angle of 334.17º 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 #F11272 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 18 114 -
CMYK 0 0.93 0.53 0.05
HSL 334.17º 0.89% 0.51% -
HSV(B) 334.17º 0.93% 0.95% -
XYZ 39.53 20.35 17.76 -
YUV 95.62 138.38 231.69 -
System Red Green Blue C M Y K H S L
Decimal 241 18 114 0 0.93 0.53 0.05 334.17 0.89 0.51
Hex F1 12 72 0 5D 35 5 14E 59 33
Octal 361 22 162 0 135 65 5 516 131 63
Binary 11110001 10010 1110010 0 1011101 110101 101 101001110 1011001 110011

Color Harmonies of #F11272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11272

Black with #F11272

Text Example


Text Example

White with #F11272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11272; }

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

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

background-color css

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

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

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

border-color css

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

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

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