Html Css Color HEX #F0185B Ruby

📋 copy color: '#F0185B'

red 240 ◦ green 24 ◦ blue 91

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

Shades of Ruby #F0185B

Tints of Ruby #F0185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 67.61%
G = 6.76%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0185B (or 0xF0185B) is known color: Ruby. HEX triplet: F0, 18 and 5B. RGB value is (240,24,91). Sum of RGB (Red+Green+Blue) = 240+24+91=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0185B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0185B is #0FE7A4. Grayscale: #606060. Windows color (decimal): -1042341 or 5970160. OLE color: 5970160.

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

Color convert

RGB 240 24 91 -
CMYK 0 0.9 0.62 0.06
HSL 341.39º 0.88% 0.52% -
HSV(B) 341.39º 0.9% 0.94% -
XYZ 38.15 19.93 11.73 -
YUV 96.22 125.06 230.55 -
System Red Green Blue C M Y K H S L
Decimal 240 24 91 0 0.9 0.62 0.06 341.39 0.88 0.52
Hex F0 18 5B 0 5A 3E 6 155 58 34
Octal 360 30 133 0 132 76 6 525 130 64
Binary 11110000 11000 1011011 0 1011010 111110 110 101010101 1011000 110100

Color Harmonies of #F0185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0185B

Black with #F0185B

Text Example


Text Example

White with #F0185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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