Html Css Color HEX #F0186D Ruby

📋 copy color: '#F0186D'

red 240 ◦ green 24 ◦ blue 109

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

Shades of Ruby #F0186D

Tints of Ruby #F0186D

RGB

 RED value IS 240 (94.14% from 255) = 64.34%

 GREEN value IS 24 (9.77% from 255) = 6.43%

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 64.34%
G = 6.43%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0186D (or 0xF0186D) is known color: Ruby. HEX triplet: F0, 18 and 6D. RGB value is (240,24,109). Sum of RGB (Red+Green+Blue) = 240+24+109=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0186D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0186D is #0FE792. Grayscale: #626262. Windows color (decimal): -1042323 or 7149808. OLE color: 7149808.

HSL color Cylindrical-coordinate representation of color #F0186D: hue angle of 336.39º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0186D is Cyan = 0, Magento = 0.9, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 109 -
CMYK 0 0.9 0.55 0.06
HSL 336.39º 0.88% 0.52% -
HSV(B) 336.39º 0.9% 0.94% -
XYZ 39.02 20.28 16.33 -
YUV 98.27 134.06 229.09 -
System Red Green Blue C M Y K H S L
Decimal 240 24 109 0 0.9 0.55 0.06 336.39 0.88 0.52
Hex F0 18 6D 0 5A 37 6 150 58 34
Octal 360 30 155 0 132 67 6 520 130 64
Binary 11110000 11000 1101101 0 1011010 110111 110 101010000 1011000 110100

Color Harmonies of #F0186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0186D

Black with #F0186D

Text Example


Text Example

White with #F0186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0186D; }

 p { color: rgb(240,24,109); }

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

background-color css

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

 a { background-color: rgb(240,24,109); }

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

border-color css

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

 span { border-color: rgb(240,24,109); }

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