Html Css Color HEX #F41C5A Ruby

📋 copy color: '#F41C5A'

red 244 ◦ green 28 ◦ blue 90

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

Shades of Ruby #F41C5A

Tints of Ruby #F41C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 67.4%
G = 7.73%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F41C5A (or 0xF41C5A) is known color: Ruby. HEX triplet: F4, 1C and 5A. RGB value is (244,28,90). Sum of RGB (Red+Green+Blue) = 244+28+90=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41C5A is #0BE3A5. Grayscale: #636363. Windows color (decimal): -779174 or 5905652. OLE color: 5905652.

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

Color convert

RGB 244 28 90 -
CMYK 0 0.89 0.63 0.04
HSL 342.78º 0.91% 0.53% -
HSV(B) 342.78º 0.89% 0.96% -
XYZ 39.57 20.8 11.6 -
YUV 99.65 122.56 230.96 -
System Red Green Blue C M Y K H S L
Decimal 244 28 90 0 0.89 0.63 0.04 342.78 0.91 0.53
Hex F4 1C 5A 0 59 3F 4 157 5B 35
Octal 364 34 132 0 131 77 4 527 133 65
Binary 11110100 11100 1011010 0 1011001 111111 100 101010111 1011011 110101

Color Harmonies of #F41C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41C5A

Black with #F41C5A

Text Example


Text Example

White with #F41C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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