Html Css Color HEX #F41B5B Ruby

📋 copy color: '#F41B5B'

red 244 ◦ green 27 ◦ blue 91

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

Shades of Ruby #F41B5B

Tints of Ruby #F41B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.46%

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 67.4%
G = 7.46%
B = 25.14%

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

#F41B5B (or 0xF41B5B) is known color: Ruby. HEX triplet: F4, 1B and 5B. RGB value is (244,27,91). Sum of RGB (Red+Green+Blue) = 244+27+91=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41B5B is #0BE4A4. Grayscale: #636363. Windows color (decimal): -779429 or 5970932. OLE color: 5970932.

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

Color convert

RGB 244 27 91 -
CMYK 0 0.89 0.63 0.04
HSL 342.3º 0.91% 0.53% -
HSV(B) 342.3º 0.89% 0.96% -
XYZ 39.59 20.77 11.82 -
YUV 99.18 123.39 231.3 -
System Red Green Blue C M Y K H S L
Decimal 244 27 91 0 0.89 0.63 0.04 342.3 0.91 0.53
Hex F4 1B 5B 0 59 3F 4 156 5B 35
Octal 364 33 133 0 131 77 4 526 133 65
Binary 11110100 11011 1011011 0 1011001 111111 100 101010110 1011011 110101

Color Harmonies of #F41B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41B5B

Black with #F41B5B

Text Example


Text Example

White with #F41B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41B5B; }

 p { color: rgb(244,27,91); }

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

background-color css

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

 a { background-color: rgb(244,27,91); }

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

border-color css

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

 span { border-color: rgb(244,27,91); }

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