Html Css Color HEX #F01865 Ruby

📋 copy color: '#F01865'

red 240 ◦ green 24 ◦ blue 101

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

Shades of Ruby #F01865

Tints of Ruby #F01865

RGB

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

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

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

R = 65.75%
G = 6.58%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F01865 (or 0xF01865) is known color: Ruby. HEX triplet: F0, 18 and 65. RGB value is (240,24,101). Sum of RGB (Red+Green+Blue) = 240+24+101=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F01865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01865 is #0FE79A. Grayscale: #616161. Windows color (decimal): -1042331 or 6625520. OLE color: 6625520.

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

Color convert

RGB 240 24 101 -
CMYK 0 0.9 0.58 0.06
HSL 338.61º 0.88% 0.52% -
HSV(B) 338.61º 0.9% 0.94% -
XYZ 38.61 20.12 14.16 -
YUV 97.36 130.06 229.74 -
System Red Green Blue C M Y K H S L
Decimal 240 24 101 0 0.9 0.58 0.06 338.61 0.88 0.52
Hex F0 18 65 0 5A 3A 6 153 58 34
Octal 360 30 145 0 132 72 6 523 130 64
Binary 11110000 11000 1100101 0 1011010 111010 110 101010011 1011000 110100

Color Harmonies of #F01865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01865

Black with #F01865

Text Example


Text Example

White with #F01865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01865; }

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

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

background-color css

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

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

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

border-color css

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

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

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