Html Css Color HEX #F41369 Ruby

📋 copy color: '#F41369'

red 244 ◦ green 19 ◦ blue 105

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

Shades of Ruby #F41369

Tints of Ruby #F41369

RGB

 RED value IS 244 (95.7% from 255) = 66.3%

 GREEN value IS 19 (7.81% from 255) = 5.16%

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

R = 66.3%
G = 5.16%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F41369 (or 0xF41369) is known color: Ruby. HEX triplet: F4, 13 and 69. RGB value is (244,19,105). Sum of RGB (Red+Green+Blue) = 244+19+105=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F41369 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41369 is #0BEC96. Grayscale: #5F5F5F. Windows color (decimal): -781463 or 6886388. OLE color: 6886388.

HSL color Cylindrical-coordinate representation of color #F41369: hue angle of 337.07º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41369 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 19 105 -
CMYK 0 0.92 0.57 0.04
HSL 337.07º 0.91% 0.52% -
HSV(B) 337.07º 0.92% 0.96% -
XYZ 40.09 20.72 15.25 -
YUV 96.08 133.04 233.51 -
System Red Green Blue C M Y K H S L
Decimal 244 19 105 0 0.92 0.57 0.04 337.07 0.91 0.52
Hex F4 13 69 0 5C 39 4 151 5B 34
Octal 364 23 151 0 134 71 4 521 133 64
Binary 11110100 10011 1101001 0 1011100 111001 100 101010001 1011011 110100

Color Harmonies of #F41369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41369

Black with #F41369

Text Example


Text Example

White with #F41369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41369; }

 p { color: rgb(244,19,105); }

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

background-color css

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

 a { background-color: rgb(244,19,105); }

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

border-color css

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

 span { border-color: rgb(244,19,105); }

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