Html Css Color HEX #F11F6A Ruby

📋 copy color: '#F11F6A'

red 241 ◦ green 31 ◦ blue 106

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

Shades of Ruby #F11F6A

Tints of Ruby #F11F6A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.2%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 63.76%
G = 8.2%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F11F6A (or 0xF11F6A) is known color: Ruby. HEX triplet: F1, 1F and 6A. RGB value is (241,31,106). Sum of RGB (Red+Green+Blue) = 241+31+106=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F6A is #0EE095. Grayscale: #666666. Windows color (decimal): -974998 or 6954993. OLE color: 6954993.

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

Color convert

RGB 241 31 106 -
CMYK 0 0.87 0.56 0.05
HSL 338.57º 0.88% 0.53% -
HSV(B) 338.57º 0.87% 0.95% -
XYZ 39.37 20.72 15.56 -
YUV 102.34 130.07 226.9 -
System Red Green Blue C M Y K H S L
Decimal 241 31 106 0 0.87 0.56 0.05 338.57 0.88 0.53
Hex F1 1F 6A 0 57 38 5 153 58 35
Octal 361 37 152 0 127 70 5 523 130 65
Binary 11110001 11111 1101010 0 1010111 111000 101 101010011 1011000 110101

Color Harmonies of #F11F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F6A

Black with #F11F6A

Text Example


Text Example

White with #F11F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F6A; }

 p { color: rgb(241,31,106); }

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

background-color css

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

 a { background-color: rgb(241,31,106); }

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

border-color css

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

 span { border-color: rgb(241,31,106); }

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