Html Css Color HEX #F0216B Ruby

📋 copy color: '#F0216B'

red 240 ◦ green 33 ◦ blue 107

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

Shades of Ruby #F0216B

Tints of Ruby #F0216B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.68%

 BLUE value IS 107 (42.19% from 255) = 28.16%

R = 63.16%
G = 8.68%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0216B (or 0xF0216B) is known color: Ruby. HEX triplet: F0, 21 and 6B. RGB value is (240,33,107). Sum of RGB (Red+Green+Blue) = 240+33+107=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0216B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0216B is #0FDE94. Grayscale: #676767. Windows color (decimal): -1040021 or 7021040. OLE color: 7021040.

HSL color Cylindrical-coordinate representation of color #F0216B: hue angle of 338.55º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0216B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 107 -
CMYK 0 0.86 0.55 0.06
HSL 338.55º 0.87% 0.54% -
HSV(B) 338.55º 0.86% 0.94% -
XYZ 39.13 20.67 15.84 -
YUV 103.33 130.08 225.48 -
System Red Green Blue C M Y K H S L
Decimal 240 33 107 0 0.86 0.55 0.06 338.55 0.87 0.54
Hex F0 21 6B 0 56 37 6 153 57 36
Octal 360 41 153 0 126 67 6 523 127 66
Binary 11110000 100001 1101011 0 1010110 110111 110 101010011 1010111 110110

Color Harmonies of #F0216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0216B

Black with #F0216B

Text Example


Text Example

White with #F0216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0216B; }

 p { color: rgb(240,33,107); }

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

background-color css

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

 a { background-color: rgb(240,33,107); }

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

border-color css

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

 span { border-color: rgb(240,33,107); }

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