Html Css Color HEX #F2166C Ruby

📋 copy color: '#F2166C'

red 242 ◦ green 22 ◦ blue 108

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

Shades of Ruby #F2166C

Tints of Ruby #F2166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.91%

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 65.05%
G = 5.91%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2166C (or 0xF2166C) is known color: Ruby. HEX triplet: F2, 16 and 6C. RGB value is (242,22,108). Sum of RGB (Red+Green+Blue) = 242+22+108=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2166C is #0DE993. Grayscale: #616161. Windows color (decimal): -911764 or 7083762. OLE color: 7083762.

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

Color convert

RGB 242 22 108 -
CMYK 0 0.91 0.55 0.05
HSL 336.55º 0.89% 0.52% -
HSV(B) 336.55º 0.91% 0.95% -
XYZ 39.61 20.53 16.06 -
YUV 97.58 133.89 231.01 -
System Red Green Blue C M Y K H S L
Decimal 242 22 108 0 0.91 0.55 0.05 336.55 0.89 0.52
Hex F2 16 6C 0 5B 37 5 151 59 34
Octal 362 26 154 0 133 67 5 521 131 64
Binary 11110010 10110 1101100 0 1011011 110111 101 101010001 1011001 110100

Color Harmonies of #F2166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2166C

Black with #F2166C

Text Example


Text Example

White with #F2166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2166C; }

 p { color: rgb(242,22,108); }

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

background-color css

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

 a { background-color: rgb(242,22,108); }

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

border-color css

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

 span { border-color: rgb(242,22,108); }

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