Html Css Color HEX #F41675 Ruby

📋 copy color: '#F41675'

red 244 ◦ green 22 ◦ blue 117

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

Shades of Ruby #F41675

Tints of Ruby #F41675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.74%

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 63.71%
G = 5.74%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F41675 (or 0xF41675) is known color: Ruby. HEX triplet: F4, 16 and 75. RGB value is (244,22,117). Sum of RGB (Red+Green+Blue) = 244+22+117=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F41675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41675 is #0BE98A. Grayscale: #636363. Windows color (decimal): -780683 or 7673588. OLE color: 7673588.

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

Color convert

RGB 244 22 117 -
CMYK 0 0.91 0.52 0.04
HSL 334.32º 0.91% 0.52% -
HSV(B) 334.32º 0.91% 0.96% -
XYZ 40.81 21.09 18.75 -
YUV 99.21 138.05 231.28 -
System Red Green Blue C M Y K H S L
Decimal 244 22 117 0 0.91 0.52 0.04 334.32 0.91 0.52
Hex F4 16 75 0 5B 34 4 14E 5B 34
Octal 364 26 165 0 133 64 4 516 133 64
Binary 11110100 10110 1110101 0 1011011 110100 100 101001110 1011011 110100

Color Harmonies of #F41675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41675

Black with #F41675

Text Example


Text Example

White with #F41675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41675; }

 p { color: rgb(244,22,117); }

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

background-color css

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

 a { background-color: rgb(244,22,117); }

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

border-color css

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

 span { border-color: rgb(244,22,117); }

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