Html Css Color HEX #F0185E Ruby

📋 copy color: '#F0185E'

red 240 ◦ green 24 ◦ blue 94

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

Shades of Ruby #F0185E

Tints of Ruby #F0185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 67.04%
G = 6.7%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0185E (or 0xF0185E) is known color: Ruby. HEX triplet: F0, 18 and 5E. RGB value is (240,24,94). Sum of RGB (Red+Green+Blue) = 240+24+94=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0185E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0185E is #0FE7A1. Grayscale: #606060. Windows color (decimal): -1042338 or 6166768. OLE color: 6166768.

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

Color convert

RGB 240 24 94 -
CMYK 0 0.9 0.61 0.06
HSL 340.56º 0.88% 0.52% -
HSV(B) 340.56º 0.9% 0.94% -
XYZ 38.28 19.99 12.43 -
YUV 96.56 126.56 230.31 -
System Red Green Blue C M Y K H S L
Decimal 240 24 94 0 0.9 0.61 0.06 340.56 0.88 0.52
Hex F0 18 5E 0 5A 3D 6 155 58 34
Octal 360 30 136 0 132 75 6 525 130 64
Binary 11110000 11000 1011110 0 1011010 111101 110 101010101 1011000 110100

Color Harmonies of #F0185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0185E

Black with #F0185E

Text Example


Text Example

White with #F0185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0185E; }

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

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

background-color css

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

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

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

border-color css

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

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

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