Html Css Color HEX #F41C67 Ruby

📋 copy color: '#F41C67'

red 244 ◦ green 28 ◦ blue 103

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

Shades of Ruby #F41C67

Tints of Ruby #F41C67

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.47%

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

R = 65.07%
G = 7.47%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F41C67 (or 0xF41C67) is known color: Ruby. HEX triplet: F4, 1C and 67. RGB value is (244,28,103). Sum of RGB (Red+Green+Blue) = 244+28+103=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41C67 is #0BE398. Grayscale: #656565. Windows color (decimal): -779161 or 6757620. OLE color: 6757620.

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

Color convert

RGB 244 28 103 -
CMYK 0 0.89 0.58 0.04
HSL 339.17º 0.91% 0.53% -
HSV(B) 339.17º 0.89% 0.96% -
XYZ 40.17 21.04 14.78 -
YUV 101.13 129.06 229.9 -
System Red Green Blue C M Y K H S L
Decimal 244 28 103 0 0.89 0.58 0.04 339.17 0.91 0.53
Hex F4 1C 67 0 59 3A 4 153 5B 35
Octal 364 34 147 0 131 72 4 523 133 65
Binary 11110100 11100 1100111 0 1011001 111010 100 101010011 1011011 110101

Color Harmonies of #F41C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41C67

Black with #F41C67

Text Example


Text Example

White with #F41C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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