Html Css Color HEX #F11968 Ruby

📋 copy color: '#F11968'

red 241 ◦ green 25 ◦ blue 104

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

Shades of Ruby #F11968

Tints of Ruby #F11968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.76%

 BLUE value IS 104 (41.02% from 255) = 28.11%

R = 65.14%
G = 6.76%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F11968 (or 0xF11968) is known color: Ruby. HEX triplet: F1, 19 and 68. RGB value is (241,25,104). Sum of RGB (Red+Green+Blue) = 241+25+104=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F11968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11968 is #0EE697. Grayscale: #626262. Windows color (decimal): -976536 or 6822385. OLE color: 6822385.

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

Color convert

RGB 241 25 104 -
CMYK 0 0.90 0.57 0.05
HSL 338.06º 0.89% 0.52% -
HSV(B) 338.06º 0.9% 0.95% -
XYZ 39.12 20.4 14.97 -
YUV 98.59 131.06 229.58 -
System Red Green Blue C M Y K H S L
Decimal 241 25 104 0 0.90 0.57 0.05 338.06 0.89 0.52
Hex F1 19 68 0 5A 39 5 152 59 34
Octal 361 31 150 0 132 71 5 522 131 64
Binary 11110001 11001 1101000 0 1011010 111001 101 101010010 1011001 110100

Color Harmonies of #F11968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11968

Black with #F11968

Text Example


Text Example

White with #F11968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11968; }

 p { color: rgb(241,25,104); }

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

background-color css

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

 a { background-color: rgb(241,25,104); }

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

border-color css

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

 span { border-color: rgb(241,25,104); }

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