Html Css Color HEX #F0165D Ruby

📋 copy color: '#F0165D'

red 240 ◦ green 22 ◦ blue 93

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

Shades of Ruby #F0165D

Tints of Ruby #F0165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.2%

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 67.61%
G = 6.2%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0165D (or 0xF0165D) is known color: Ruby. HEX triplet: F0, 16 and 5D. RGB value is (240,22,93). Sum of RGB (Red+Green+Blue) = 240+22+93=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0165D is #0FE9A2. Grayscale: #5F5F5F. Windows color (decimal): -1042851 or 6100720. OLE color: 6100720.

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

Color convert

RGB 240 22 93 -
CMYK 0 0.91 0.61 0.06
HSL 340.46º 0.88% 0.51% -
HSV(B) 340.46º 0.91% 0.94% -
XYZ 38.2 19.89 12.18 -
YUV 95.28 126.72 231.23 -
System Red Green Blue C M Y K H S L
Decimal 240 22 93 0 0.91 0.61 0.06 340.46 0.88 0.51
Hex F0 16 5D 0 5B 3D 6 154 58 33
Octal 360 26 135 0 133 75 6 524 130 63
Binary 11110000 10110 1011101 0 1011011 111101 110 101010100 1011000 110011

Color Harmonies of #F0165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0165D

Black with #F0165D

Text Example


Text Example

White with #F0165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0165D; }

 p { color: rgb(240,22,93); }

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

background-color css

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

 a { background-color: rgb(240,22,93); }

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

border-color css

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

 span { border-color: rgb(240,22,93); }

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