Html Css Color HEX #F11C69 Ruby

📋 copy color: '#F11C69'

red 241 ◦ green 28 ◦ blue 105

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

Shades of Ruby #F11C69

Tints of Ruby #F11C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.49%

 BLUE value IS 105 (41.41% from 255) = 28.07%

R = 64.44%
G = 7.49%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F11C69 (or 0xF11C69) is known color: Ruby. HEX triplet: F1, 1C and 69. RGB value is (241,28,105). Sum of RGB (Red+Green+Blue) = 241+28+105=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C69 is #0EE396. Grayscale: #646464. Windows color (decimal): -975767 or 6888689. OLE color: 6888689.

HSL color Cylindrical-coordinate representation of color #F11C69: hue angle of 338.31º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11C69 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 28 105 -
CMYK 0 0.88 0.56 0.05
HSL 338.31º 0.88% 0.53% -
HSV(B) 338.31º 0.88% 0.95% -
XYZ 39.24 20.55 15.26 -
YUV 100.47 130.57 228.24 -
System Red Green Blue C M Y K H S L
Decimal 241 28 105 0 0.88 0.56 0.05 338.31 0.88 0.53
Hex F1 1C 69 0 58 38 5 152 58 35
Octal 361 34 151 0 130 70 5 522 130 65
Binary 11110001 11100 1101001 0 1011000 111000 101 101010010 1011000 110101

Color Harmonies of #F11C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C69

Black with #F11C69

Text Example


Text Example

White with #F11C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C69; }

 p { color: rgb(241,28,105); }

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

background-color css

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

 a { background-color: rgb(241,28,105); }

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

border-color css

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

 span { border-color: rgb(241,28,105); }

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