Html Css Color HEX #F4136C Ruby

📋 copy color: '#F4136C'

red 244 ◦ green 19 ◦ blue 108

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

Shades of Ruby #F4136C

Tints of Ruby #F4136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 65.77%
G = 5.12%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F4136C (or 0xF4136C) is known color: Ruby. HEX triplet: F4, 13 and 6C. RGB value is (244,19,108). Sum of RGB (Red+Green+Blue) = 244+19+108=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4136C is #0BEC93. Grayscale: #606060. Windows color (decimal): -781460 or 7082996. OLE color: 7082996.

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

Color convert

RGB 244 19 108 -
CMYK 0 0.92 0.56 0.04
HSL 336.27º 0.91% 0.52% -
HSV(B) 336.27º 0.92% 0.96% -
XYZ 40.25 20.78 16.08 -
YUV 96.42 134.54 233.26 -
System Red Green Blue C M Y K H S L
Decimal 244 19 108 0 0.92 0.56 0.04 336.27 0.91 0.52
Hex F4 13 6C 0 5C 38 4 150 5B 34
Octal 364 23 154 0 134 70 4 520 133 64
Binary 11110100 10011 1101100 0 1011100 111000 100 101010000 1011011 110100

Color Harmonies of #F4136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4136C

Black with #F4136C

Text Example


Text Example

White with #F4136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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