Html Css Color HEX #F41763 Ruby

📋 copy color: '#F41763'

red 244 ◦ green 23 ◦ blue 99

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

Shades of Ruby #F41763

Tints of Ruby #F41763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.28%

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 66.67%
G = 6.28%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F41763 (or 0xF41763) is known color: Ruby. HEX triplet: F4, 17 and 63. RGB value is (244,23,99). Sum of RGB (Red+Green+Blue) = 244+23+99=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F41763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41763 is #0BE89C. Grayscale: #616161. Windows color (decimal): -780445 or 6494196. OLE color: 6494196.

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

Color convert

RGB 244 23 99 -
CMYK 0 0.91 0.59 0.04
HSL 339.37º 0.91% 0.52% -
HSV(B) 339.37º 0.91% 0.96% -
XYZ 39.87 20.75 13.71 -
YUV 97.74 128.72 232.32 -
System Red Green Blue C M Y K H S L
Decimal 244 23 99 0 0.91 0.59 0.04 339.37 0.91 0.52
Hex F4 17 63 0 5B 3B 4 153 5B 34
Octal 364 27 143 0 133 73 4 523 133 64
Binary 11110100 10111 1100011 0 1011011 111011 100 101010011 1011011 110100

Color Harmonies of #F41763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41763

Black with #F41763

Text Example


Text Example

White with #F41763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41763; }

 p { color: rgb(244,23,99); }

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

background-color css

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

 a { background-color: rgb(244,23,99); }

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

border-color css

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

 span { border-color: rgb(244,23,99); }

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