Html Css Color HEX #F41966 Ruby

📋 copy color: '#F41966'

red 244 ◦ green 25 ◦ blue 102

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

Shades of Ruby #F41966

Tints of Ruby #F41966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.74%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 65.77%
G = 6.74%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F41966 (or 0xF41966) is known color: Ruby. HEX triplet: F4, 19 and 66. RGB value is (244,25,102). Sum of RGB (Red+Green+Blue) = 244+25+102=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F41966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41966 is #0BE699. Grayscale: #636363. Windows color (decimal): -779930 or 6691316. OLE color: 6691316.

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

Color convert

RGB 244 25 102 -
CMYK 0 0.90 0.58 0.04
HSL 338.9º 0.91% 0.53% -
HSV(B) 338.9º 0.9% 0.96% -
XYZ 40.05 20.89 14.49 -
YUV 99.26 129.55 231.24 -
System Red Green Blue C M Y K H S L
Decimal 244 25 102 0 0.90 0.58 0.04 338.9 0.91 0.53
Hex F4 19 66 0 5A 3A 4 153 5B 35
Octal 364 31 146 0 132 72 4 523 133 65
Binary 11110100 11001 1100110 0 1011010 111010 100 101010011 1011011 110101

Color Harmonies of #F41966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41966

Black with #F41966

Text Example


Text Example

White with #F41966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41966; }

 p { color: rgb(244,25,102); }

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

background-color css

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

 a { background-color: rgb(244,25,102); }

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

border-color css

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

 span { border-color: rgb(244,25,102); }

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