Html Css Color HEX #F2146A Ruby

📋 copy color: '#F2146A'

red 242 ◦ green 20 ◦ blue 106

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

Shades of Ruby #F2146A

Tints of Ruby #F2146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 65.76%
G = 5.43%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2146A (or 0xF2146A) is known color: Ruby. HEX triplet: F2, 14 and 6A. RGB value is (242,20,106). Sum of RGB (Red+Green+Blue) = 242+20+106=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2146A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2146A is #0DEB95. Grayscale: #606060. Windows color (decimal): -912278 or 6952178. OLE color: 6952178.

HSL color Cylindrical-coordinate representation of color #F2146A: hue angle of 336.76º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2146A is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 20 106 -
CMYK 0 0.92 0.56 0.05
HSL 336.76º 0.9% 0.51% -
HSV(B) 336.76º 0.92% 0.95% -
XYZ 39.47 20.42 15.5 -
YUV 96.18 133.55 232.01 -
System Red Green Blue C M Y K H S L
Decimal 242 20 106 0 0.92 0.56 0.05 336.76 0.9 0.51
Hex F2 14 6A 0 5C 38 5 151 5A 33
Octal 362 24 152 0 134 70 5 521 132 63
Binary 11110010 10100 1101010 0 1011100 111000 101 101010001 1011010 110011

Color Harmonies of #F2146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2146A

Black with #F2146A

Text Example


Text Example

White with #F2146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2146A; }

 p { color: rgb(242,20,106); }

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

background-color css

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

 a { background-color: rgb(242,20,106); }

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

border-color css

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

 span { border-color: rgb(242,20,106); }

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