Html Css Color HEX #F11764 Ruby

📋 copy color: '#F11764'

red 241 ◦ green 23 ◦ blue 100

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

Shades of Ruby #F11764

Tints of Ruby #F11764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.32%

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 66.21%
G = 6.32%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F11764 (or 0xF11764) is known color: Ruby. HEX triplet: F1, 17 and 64. RGB value is (241,23,100). Sum of RGB (Red+Green+Blue) = 241+23+100=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F11764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11764 is #0EE89B. Grayscale: #606060. Windows color (decimal): -977052 or 6559729. OLE color: 6559729.

HSL color Cylindrical-coordinate representation of color #F11764: hue angle of 338.81º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11764 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 23 100 -
CMYK 0 0.90 0.59 0.05
HSL 338.81º 0.89% 0.52% -
HSV(B) 338.81º 0.9% 0.95% -
XYZ 38.88 20.23 13.91 -
YUV 96.96 129.72 230.74 -
System Red Green Blue C M Y K H S L
Decimal 241 23 100 0 0.90 0.59 0.05 338.81 0.89 0.52
Hex F1 17 64 0 5A 3B 5 153 59 34
Octal 361 27 144 0 132 73 5 523 131 64
Binary 11110001 10111 1100100 0 1011010 111011 101 101010011 1011001 110100

Color Harmonies of #F11764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11764

Black with #F11764

Text Example


Text Example

White with #F11764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11764; }

 p { color: rgb(241,23,100); }

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

background-color css

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

 a { background-color: rgb(241,23,100); }

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

border-color css

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

 span { border-color: rgb(241,23,100); }

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