Html Css Color HEX #F01765 Ruby

📋 copy color: '#F01765'

red 240 ◦ green 23 ◦ blue 101

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

Shades of Ruby #F01765

Tints of Ruby #F01765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.32%

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 65.93%
G = 6.32%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F01765 (or 0xF01765) is known color: Ruby. HEX triplet: F0, 17 and 65. RGB value is (240,23,101). Sum of RGB (Red+Green+Blue) = 240+23+101=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F01765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01765 is #0FE89A. Grayscale: #606060. Windows color (decimal): -1042587 or 6625264. OLE color: 6625264.

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

Color convert

RGB 240 23 101 -
CMYK 0 0.90 0.58 0.06
HSL 338.43º 0.88% 0.52% -
HSV(B) 338.43º 0.9% 0.94% -
XYZ 38.59 20.08 14.15 -
YUV 96.78 130.39 230.16 -
System Red Green Blue C M Y K H S L
Decimal 240 23 101 0 0.90 0.58 0.06 338.43 0.88 0.52
Hex F0 17 65 0 5A 3A 6 152 58 34
Octal 360 27 145 0 132 72 6 522 130 64
Binary 11110000 10111 1100101 0 1011010 111010 110 101010010 1011000 110100

Color Harmonies of #F01765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01765

Black with #F01765

Text Example


Text Example

White with #F01765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01765; }

 p { color: rgb(240,23,101); }

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

background-color css

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

 a { background-color: rgb(240,23,101); }

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

border-color css

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

 span { border-color: rgb(240,23,101); }

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