Html Css Color HEX #F11F63 Ruby

📋 copy color: '#F11F63'

red 241 ◦ green 31 ◦ blue 99

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

Shades of Ruby #F11F63

Tints of Ruby #F11F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 64.96%
G = 8.36%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F11F63 (or 0xF11F63) is known color: Ruby. HEX triplet: F1, 1F and 63. RGB value is (241,31,99). Sum of RGB (Red+Green+Blue) = 241+31+99=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F63 is #0EE09C. Grayscale: #656565. Windows color (decimal): -975005 or 6496241. OLE color: 6496241.

HSL color Cylindrical-coordinate representation of color #F11F63: hue angle of 340.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 #F11F63 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 31 99 -
CMYK 0 0.87 0.59 0.05
HSL 340.57º 0.88% 0.53% -
HSV(B) 340.57º 0.87% 0.95% -
XYZ 39.02 20.58 13.72 -
YUV 101.54 126.57 227.47 -
System Red Green Blue C M Y K H S L
Decimal 241 31 99 0 0.87 0.59 0.05 340.57 0.88 0.53
Hex F1 1F 63 0 57 3B 5 155 58 35
Octal 361 37 143 0 127 73 5 525 130 65
Binary 11110001 11111 1100011 0 1010111 111011 101 101010101 1011000 110101

Color Harmonies of #F11F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F63

Black with #F11F63

Text Example


Text Example

White with #F11F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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