Html Css Color HEX #F01867 Ruby

📋 copy color: '#F01867'

red 240 ◦ green 24 ◦ blue 103

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

Shades of Ruby #F01867

Tints of Ruby #F01867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.07%

R = 65.4%
G = 6.54%
B = 28.07%

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

#F01867 (or 0xF01867) is known color: Ruby. HEX triplet: F0, 18 and 67. RGB value is (240,24,103). Sum of RGB (Red+Green+Blue) = 240+24+103=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F01867 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01867 is #0FE798. Grayscale: #616161. Windows color (decimal): -1042329 or 6756592. OLE color: 6756592.

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

Color convert

RGB 240 24 103 -
CMYK 0 0.9 0.57 0.06
HSL 338.06º 0.88% 0.52% -
HSV(B) 338.06º 0.9% 0.94% -
XYZ 38.71 20.16 14.68 -
YUV 97.59 131.06 229.58 -
System Red Green Blue C M Y K H S L
Decimal 240 24 103 0 0.9 0.57 0.06 338.06 0.88 0.52
Hex F0 18 67 0 5A 39 6 152 58 34
Octal 360 30 147 0 132 71 6 522 130 64
Binary 11110000 11000 1100111 0 1011010 111001 110 101010010 1011000 110100

Color Harmonies of #F01867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01867

Black with #F01867

Text Example


Text Example

White with #F01867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01867; }

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

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

background-color css

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

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

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

border-color css

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

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

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