Html Css Color HEX #F22165 Ruby

📋 copy color: '#F22165'

red 242 ◦ green 33 ◦ blue 101

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

Shades of Ruby #F22165

Tints of Ruby #F22165

RGB

 RED value IS 242 (94.92% from 255) = 64.36%

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

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

R = 64.36%
G = 8.78%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F22165 (or 0xF22165) is known color: Ruby. HEX triplet: F2, 21 and 65. RGB value is (242,33,101). Sum of RGB (Red+Green+Blue) = 242+33+101=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F22165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22165 is #0DDE9A. Grayscale: #676767. Windows color (decimal): -908955 or 6627826. OLE color: 6627826.

HSL color Cylindrical-coordinate representation of color #F22165: hue angle of 340.48º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22165 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 33 101 -
CMYK 0 0.86 0.58 0.05
HSL 340.48º 0.89% 0.54% -
HSV(B) 340.48º 0.86% 0.95% -
XYZ 39.51 20.9 14.26 -
YUV 103.24 126.74 226.97 -
System Red Green Blue C M Y K H S L
Decimal 242 33 101 0 0.86 0.58 0.05 340.48 0.89 0.54
Hex F2 21 65 0 56 3A 5 154 59 36
Octal 362 41 145 0 126 72 5 524 131 66
Binary 11110010 100001 1100101 0 1010110 111010 101 101010100 1011001 110110

Color Harmonies of #F22165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22165

Black with #F22165

Text Example


Text Example

White with #F22165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22165; }

 p { color: rgb(242,33,101); }

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

background-color css

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

 a { background-color: rgb(242,33,101); }

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

border-color css

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

 span { border-color: rgb(242,33,101); }

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