Html Css Color HEX #F41A6C Ruby

📋 copy color: '#F41A6C'

red 244 ◦ green 26 ◦ blue 108

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

Shades of Ruby #F41A6C

Tints of Ruby #F41A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 64.55%
G = 6.88%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F41A6C (or 0xF41A6C) is known color: Ruby. HEX triplet: F4, 1A and 6C. RGB value is (244,26,108). Sum of RGB (Red+Green+Blue) = 244+26+108=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41A6C is #0BE593. Grayscale: #646464. Windows color (decimal): -779668 or 7084788. OLE color: 7084788.

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

Color convert

RGB 244 26 108 -
CMYK 0 0.89 0.56 0.04
HSL 337.43º 0.91% 0.53% -
HSV(B) 337.43º 0.89% 0.96% -
XYZ 40.38 21.05 16.12 -
YUV 100.53 132.22 230.33 -
System Red Green Blue C M Y K H S L
Decimal 244 26 108 0 0.89 0.56 0.04 337.43 0.91 0.53
Hex F4 1A 6C 0 59 38 4 151 5B 35
Octal 364 32 154 0 131 70 4 521 133 65
Binary 11110100 11010 1101100 0 1011001 111000 100 101010001 1011011 110101

Color Harmonies of #F41A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41A6C

Black with #F41A6C

Text Example


Text Example

White with #F41A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41A6C; }

 p { color: rgb(244,26,108); }

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

background-color css

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

 a { background-color: rgb(244,26,108); }

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

border-color css

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

 span { border-color: rgb(244,26,108); }

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