Html Css Color HEX #F11F74 Ruby

📋 copy color: '#F11F74'

red 241 ◦ green 31 ◦ blue 116

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

Shades of Ruby #F11F74

Tints of Ruby #F11F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 62.11%
G = 7.99%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F11F74 (or 0xF11F74) is known color: Ruby. HEX triplet: F1, 1F and 74. RGB value is (241,31,116). Sum of RGB (Red+Green+Blue) = 241+31+116=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F74 is #0EE08B. Grayscale: #676767. Windows color (decimal): -974988 or 7610353. OLE color: 7610353.

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

Color convert

RGB 241 31 116 -
CMYK 0 0.87 0.52 0.05
HSL 335.71º 0.88% 0.53% -
HSV(B) 335.71º 0.87% 0.95% -
XYZ 39.92 20.94 18.46 -
YUV 103.48 135.07 226.09 -
System Red Green Blue C M Y K H S L
Decimal 241 31 116 0 0.87 0.52 0.05 335.71 0.88 0.53
Hex F1 1F 74 0 57 34 5 150 58 35
Octal 361 37 164 0 127 64 5 520 130 65
Binary 11110001 11111 1110100 0 1010111 110100 101 101010000 1011000 110101

Color Harmonies of #F11F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F74

Black with #F11F74

Text Example


Text Example

White with #F11F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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