Html Css Color HEX #F11F70 Ruby

📋 copy color: '#F11F70'

red 241 ◦ green 31 ◦ blue 112

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

Shades of Ruby #F11F70

Tints of Ruby #F11F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 62.76%
G = 8.07%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F11F70 (or 0xF11F70) is known color: Ruby. HEX triplet: F1, 1F and 70. RGB value is (241,31,112). Sum of RGB (Red+Green+Blue) = 241+31+112=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F70 is #0EE08F. Grayscale: #666666. Windows color (decimal): -974992 or 7348209. OLE color: 7348209.

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

Color convert

RGB 241 31 112 -
CMYK 0 0.87 0.54 0.05
HSL 336.86º 0.88% 0.53% -
HSV(B) 336.86º 0.87% 0.95% -
XYZ 39.69 20.85 17.26 -
YUV 103.02 133.07 226.41 -
System Red Green Blue C M Y K H S L
Decimal 241 31 112 0 0.87 0.54 0.05 336.86 0.88 0.53
Hex F1 1F 70 0 57 36 5 151 58 35
Octal 361 37 160 0 127 66 5 521 130 65
Binary 11110001 11111 1110000 0 1010111 110110 101 101010001 1011000 110101

Color Harmonies of #F11F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F70

Black with #F11F70

Text Example


Text Example

White with #F11F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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