Html Css Color HEX #F01868 Ruby

📋 copy color: '#F01868'

red 240 ◦ green 24 ◦ blue 104

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

Shades of Ruby #F01868

Tints of Ruby #F01868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 65.22%
G = 6.52%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F01868 (or 0xF01868) is known color: Ruby. HEX triplet: F0, 18 and 68. RGB value is (240,24,104). Sum of RGB (Red+Green+Blue) = 240+24+104=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F01868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01868 is #0FE797. Grayscale: #616161. Windows color (decimal): -1042328 or 6822128. OLE color: 6822128.

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

Color convert

RGB 240 24 104 -
CMYK 0 0.9 0.57 0.06
HSL 337.78º 0.88% 0.52% -
HSV(B) 337.78º 0.9% 0.94% -
XYZ 38.76 20.18 14.95 -
YUV 97.7 131.56 229.5 -
System Red Green Blue C M Y K H S L
Decimal 240 24 104 0 0.9 0.57 0.06 337.78 0.88 0.52
Hex F0 18 68 0 5A 39 6 152 58 34
Octal 360 30 150 0 132 71 6 522 130 64
Binary 11110000 11000 1101000 0 1011010 111001 110 101010010 1011000 110100

Color Harmonies of #F01868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01868

Black with #F01868

Text Example


Text Example

White with #F01868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01868; }

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

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

background-color css

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

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

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

border-color css

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

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

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