Html Css Color HEX #F11D72 Ruby

📋 copy color: '#F11D72'

red 241 ◦ green 29 ◦ blue 114

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

Shades of Ruby #F11D72

Tints of Ruby #F11D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

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

R = 62.76%
G = 7.55%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F11D72 (or 0xF11D72) is known color: Ruby. HEX triplet: F1, 1D and 72. RGB value is (241,29,114). Sum of RGB (Red+Green+Blue) = 241+29+114=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D72 is #0EE28D. Grayscale: #656565. Windows color (decimal): -975502 or 7478769. OLE color: 7478769.

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

Color convert

RGB 241 29 114 -
CMYK 0 0.88 0.53 0.05
HSL 335.94º 0.88% 0.53% -
HSV(B) 335.94º 0.88% 0.95% -
XYZ 39.75 20.79 17.84 -
YUV 102.08 134.74 227.09 -
System Red Green Blue C M Y K H S L
Decimal 241 29 114 0 0.88 0.53 0.05 335.94 0.88 0.53
Hex F1 1D 72 0 58 35 5 150 58 35
Octal 361 35 162 0 130 65 5 520 130 65
Binary 11110001 11101 1110010 0 1011000 110101 101 101010000 1011000 110101

Color Harmonies of #F11D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D72

Black with #F11D72

Text Example


Text Example

White with #F11D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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