Html Css Color HEX #F41367 Ruby

📋 copy color: '#F41367'

red 244 ◦ green 19 ◦ blue 103

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

Shades of Ruby #F41367

Tints of Ruby #F41367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

 BLUE value IS 103 (40.63% from 255) = 28.14%

R = 66.67%
G = 5.19%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F41367 (or 0xF41367) is known color: Ruby. HEX triplet: F4, 13 and 67. RGB value is (244,19,103). Sum of RGB (Red+Green+Blue) = 244+19+103=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F41367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41367 is #0BEC98. Grayscale: #5F5F5F. Windows color (decimal): -781465 or 6755316. OLE color: 6755316.

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

Color convert

RGB 244 19 103 -
CMYK 0 0.92 0.58 0.04
HSL 337.6º 0.91% 0.52% -
HSV(B) 337.6º 0.92% 0.96% -
XYZ 39.99 20.68 14.72 -
YUV 95.85 132.04 233.67 -
System Red Green Blue C M Y K H S L
Decimal 244 19 103 0 0.92 0.58 0.04 337.6 0.91 0.52
Hex F4 13 67 0 5C 3A 4 152 5B 34
Octal 364 23 147 0 134 72 4 522 133 64
Binary 11110100 10011 1100111 0 1011100 111010 100 101010010 1011011 110100

Color Harmonies of #F41367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41367

Black with #F41367

Text Example


Text Example

White with #F41367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41367; }

 p { color: rgb(244,19,103); }

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

background-color css

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

 a { background-color: rgb(244,19,103); }

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

border-color css

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

 span { border-color: rgb(244,19,103); }

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