Html Css Color HEX #F4136A Ruby

📋 copy color: '#F4136A'

red 244 ◦ green 19 ◦ blue 106

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

Shades of Ruby #F4136A

Tints of Ruby #F4136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 66.12%
G = 5.15%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4136A (or 0xF4136A) is known color: Ruby. HEX triplet: F4, 13 and 6A. RGB value is (244,19,106). Sum of RGB (Red+Green+Blue) = 244+19+106=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F4136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4136A is #0BEC95. Grayscale: #606060. Windows color (decimal): -781462 or 6951924. OLE color: 6951924.

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

Color convert

RGB 244 19 106 -
CMYK 0 0.92 0.57 0.04
HSL 336.8º 0.91% 0.52% -
HSV(B) 336.8º 0.92% 0.96% -
XYZ 40.14 20.74 15.52 -
YUV 96.19 133.54 233.43 -
System Red Green Blue C M Y K H S L
Decimal 244 19 106 0 0.92 0.57 0.04 336.8 0.91 0.52
Hex F4 13 6A 0 5C 39 4 151 5B 34
Octal 364 23 152 0 134 71 4 521 133 64
Binary 11110100 10011 1101010 0 1011100 111001 100 101010001 1011011 110100

Color Harmonies of #F4136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4136A

Black with #F4136A

Text Example


Text Example

White with #F4136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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