Html Css Color HEX #F41669 Ruby

📋 copy color: '#F41669'

red 244 ◦ green 22 ◦ blue 105

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

Shades of Ruby #F41669

Tints of Ruby #F41669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.93%

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

R = 65.77%
G = 5.93%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F41669 (or 0xF41669) is known color: Ruby. HEX triplet: F4, 16 and 69. RGB value is (244,22,105). Sum of RGB (Red+Green+Blue) = 244+22+105=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F41669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41669 is #0BE996. Grayscale: #616161. Windows color (decimal): -780695 or 6887156. OLE color: 6887156.

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

Color convert

RGB 244 22 105 -
CMYK 0 0.91 0.57 0.04
HSL 337.57º 0.91% 0.52% -
HSV(B) 337.57º 0.91% 0.96% -
XYZ 40.14 20.83 15.27 -
YUV 97.84 132.05 232.25 -
System Red Green Blue C M Y K H S L
Decimal 244 22 105 0 0.91 0.57 0.04 337.57 0.91 0.52
Hex F4 16 69 0 5B 39 4 152 5B 34
Octal 364 26 151 0 133 71 4 522 133 64
Binary 11110100 10110 1101001 0 1011011 111001 100 101010010 1011011 110100

Color Harmonies of #F41669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41669

Black with #F41669

Text Example


Text Example

White with #F41669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41669; }

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

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

background-color css

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

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

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

border-color css

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

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

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