Html Css Color HEX #F41B6A Ruby

📋 copy color: '#F41B6A'

red 244 ◦ green 27 ◦ blue 106

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

Shades of Ruby #F41B6A

Tints of Ruby #F41B6A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 64.72%
G = 7.16%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F41B6A (or 0xF41B6A) is known color: Ruby. HEX triplet: F4, 1B and 6A. RGB value is (244,27,106). Sum of RGB (Red+Green+Blue) = 244+27+106=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41B6A is #0BE495. Grayscale: #646464. Windows color (decimal): -779414 or 6953972. OLE color: 6953972.

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

Color convert

RGB 244 27 106 -
CMYK 0 0.89 0.57 0.04
HSL 338.16º 0.91% 0.53% -
HSV(B) 338.16º 0.89% 0.96% -
XYZ 40.3 21.06 15.58 -
YUV 100.89 130.89 230.08 -
System Red Green Blue C M Y K H S L
Decimal 244 27 106 0 0.89 0.57 0.04 338.16 0.91 0.53
Hex F4 1B 6A 0 59 39 4 152 5B 35
Octal 364 33 152 0 131 71 4 522 133 65
Binary 11110100 11011 1101010 0 1011001 111001 100 101010010 1011011 110101

Color Harmonies of #F41B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41B6A

Black with #F41B6A

Text Example


Text Example

White with #F41B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41B6A; }

 p { color: rgb(244,27,106); }

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

background-color css

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

 a { background-color: rgb(244,27,106); }

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

border-color css

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

 span { border-color: rgb(244,27,106); }

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