Html Css Color HEX #F0195E Ruby

📋 copy color: '#F0195E'

red 240 ◦ green 25 ◦ blue 94

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

Shades of Ruby #F0195E

Tints of Ruby #F0195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.96%

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

R = 66.85%
G = 6.96%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0195E (or 0xF0195E) is known color: Ruby. HEX triplet: F0, 19 and 5E. RGB value is (240,25,94). Sum of RGB (Red+Green+Blue) = 240+25+94=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F0195E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0195E is #0FE6A1. Grayscale: #616161. Windows color (decimal): -1042082 or 6167024. OLE color: 6167024.

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

Color convert

RGB 240 25 94 -
CMYK 0 0.90 0.61 0.06
HSL 340.74º 0.88% 0.52% -
HSV(B) 340.74º 0.9% 0.94% -
XYZ 38.3 20.03 12.44 -
YUV 97.15 126.23 229.89 -
System Red Green Blue C M Y K H S L
Decimal 240 25 94 0 0.90 0.61 0.06 340.74 0.88 0.52
Hex F0 19 5E 0 5A 3D 6 155 58 34
Octal 360 31 136 0 132 75 6 525 130 64
Binary 11110000 11001 1011110 0 1011010 111101 110 101010101 1011000 110100

Color Harmonies of #F0195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0195E

Black with #F0195E

Text Example


Text Example

White with #F0195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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