Html Css Color HEX #F0186B Ruby

📋 copy color: '#F0186B'

red 240 ◦ green 24 ◦ blue 107

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

Shades of Ruby #F0186B

Tints of Ruby #F0186B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 64.69%
G = 6.47%
B = 28.84%

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

#F0186B (or 0xF0186B) is known color: Ruby. HEX triplet: F0, 18 and 6B. RGB value is (240,24,107). Sum of RGB (Red+Green+Blue) = 240+24+107=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0186B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0186B is #0FE794. Grayscale: #616161. Windows color (decimal): -1042325 or 7018736. OLE color: 7018736.

HSL color Cylindrical-coordinate representation of color #F0186B: hue angle of 336.94º 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 #F0186B is Cyan = 0, Magento = 0.9, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 107 -
CMYK 0 0.9 0.55 0.06
HSL 336.94º 0.88% 0.52% -
HSV(B) 336.94º 0.9% 0.94% -
XYZ 38.92 20.24 15.77 -
YUV 98.05 133.06 229.25 -
System Red Green Blue C M Y K H S L
Decimal 240 24 107 0 0.9 0.55 0.06 336.94 0.88 0.52
Hex F0 18 6B 0 5A 37 6 151 58 34
Octal 360 30 153 0 132 67 6 521 130 64
Binary 11110000 11000 1101011 0 1011010 110111 110 101010001 1011000 110100

Color Harmonies of #F0186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0186B

Black with #F0186B

Text Example


Text Example

White with #F0186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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